#868E08

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

Shades of Olive #868E08

Tints of Olive #868E08

Color information

#868E08 (or 0x868E08) is unknown color: approx Olive. HEX triplet: 86, 8E and 08. RGB value is (134,142,8). Sum of RGB (Red+Green+Blue) = 134+142+8=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #868E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868E08 is #7971F7. Grayscale: #7C7C7C. Windows color (decimal): -7959032 or 560774. OLE color: 560774.

HSL color Cylindrical-coordinate representation of color #868E08: hue angle of 63.58º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #868E08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1341428-
CMYK0.0600.940.44
HSL63.58º89.33%29.41%-
HSV(B)63.58º94.37%55.69%-
XYZ19.5524.433.92-
YUV124.3362.35134.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 142 (55.86% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 2.82%
R=47.18%
G=50%
B=2.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13414280.0600.940.4463.5889.3329.41
Hex868E8605E2C40591d
Octal20621610601365410013135
Binary10000110100011101000110010111101011001000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,142,8); }

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

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

 a { background-color: rgb(134,142,8); }

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

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

 span { border-color: rgb(134,142,8); }

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