#868b09

Color #868B09 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #868B09

Tints of Olive #868B09

Color information

#868B09 (or 0x868B09) is unknown color: approx Olive. HEX triplet: 86, 8B and 09. RGB value is (134,139,9). Sum of RGB (Red+Green+Blue) = 134+139+9=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #868B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868B09 is #7974F6. Grayscale: #7B7B7B. Windows color (decimal): -7959799 or 625542. OLE color: 625542.

HSL color Cylindrical-coordinate representation of color #868B09: hue angle of 62.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #868B09 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1341399-
CMYK0.0400.940.45
HSL62.31º87.84%29.02%-
HSV(B)62.31º93.53%54.51%-
XYZ19.1123.553.8-
YUV122.6863.84136.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 139 (54.69% from 255) = 49.29%
BLUE value IS 9 (3.91% from 255) = 3.19%
R=47.52%
G=49.29%
B=3.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13413990.0400.940.4562.3187.8429.02
Hex868B9405E2D3e581d
Octal2062131140136557613035
Binary1000011010001011100110001011110101101111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868b09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868b09; }

 p { color: rgb(134,139,9); }

 H1.HeaderClassName
 {
   color: #868b09;
 }
 .AnyTagClassName
 {
   color: #868b09;
 }
</style>
background-color css

<style>
 a { background-color: #868b09; }

 a { background-color: rgb(134,139,9); }

 div.DivClassName
 {
   background-color: #868b09;
 }
 .BgClassName
 {
   background-color: #868b09;
 }
</style>
border-color css

<style>
 span { border-color: #868b09; }

 span { border-color: rgb(134,139,9); }

 td.TdClassName
 {
   border-color: #868b09;
 }
 .TagClassName
 {
   border-color: #868b09;
 }
</style>