#868D06

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

Shades of Olive #868D06

Tints of Olive #868D06

Color information

#868D06 (or 0x868D06) is unknown color: approx Olive. HEX triplet: 86, 8D and 06. RGB value is (134,141,6). Sum of RGB (Red+Green+Blue) = 134+141+6=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #868D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868D06 is #7972F9. Grayscale: #7C7C7C. Windows color (decimal): -7959290 or 429446. OLE color: 429446.

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

Color convert

RGB1341416-
CMYK0.0500.960.45
HSL63.11º91.84%28.82%-
HSV(B)63.11º95.74%55.29%-
XYZ19.3924.133.81-
YUV123.5261.68135.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=47.69%
G=50.18%
B=2.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13414160.0500.960.4563.1191.8428.82
Hex868D650602D3f5c1d
Octal206215650140557713435
Binary100001101000110111010101100000101101111111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,6); }

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

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

 a { background-color: rgb(134,141,6); }

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

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

 span { border-color: rgb(134,141,6); }

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