#868808

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

Shades of Olive #868808

Tints of Olive #868808

Color information

#868808 (or 0x868808) is unknown color: approx Olive. HEX triplet: 86, 88 and 08. RGB value is (134,136,8). Sum of RGB (Red+Green+Blue) = 134+136+8=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #868808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868808 is #7977F7. Grayscale: #797979. Windows color (decimal): -7960568 or 559238. OLE color: 559238.

HSL color Cylindrical-coordinate representation of color #868808: hue angle of 60.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #868808 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341368-
CMYK0.0100.940.47
HSL60.94º88.89%28.24%-
HSV(B)60.94º94.12%53.33%-
XYZ18.6822.693.63-
YUV120.8164.34137.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 8 (3.52% from 255) = 2.88%
R=48.20%
G=48.92%
B=2.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413680.0100.940.4760.9488.8928.24
Hex86888105E2F3d591c
Octal2062101010136577513134
Binary10000110100010001000101011110101111111101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868808; }

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

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

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

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

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

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

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

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