Html Css Color HEX #868008 Olive

📋 copy color: '#868008'

red 134 ◦ green 128 ◦ blue 8

#868008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #868008

Tints of Olive #868008

RGB

 RED value IS 134 (52.73% from 255) = 49.63%

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 49.63%
G = 47.41%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#868008 (or 0x868008) is known color: Olive. HEX triplet: 86, 80 and 08. RGB value is (134,128,8). Sum of RGB (Red+Green+Blue) = 134+128+8=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #868008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868008 is #797FF7. Grayscale: #747474. Windows color (decimal): -7962616 or 557190. OLE color: 557190.

HSL color Cylindrical-coordinate representation of color #868008: hue angle of 57.14º 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 #868008 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 8 -
CMYK 0 0.04 0.94 0.47
HSL 57.14º 0.89% 0.28% -
HSV(B) 57.14º 0.94% 0.53% -
XYZ 17.59 20.52 3.26 -
YUV 116.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 134 128 8 0 0.04 0.94 0.47 57.14 0.89 0.28
Hex 86 80 8 0 4 5E 2F 39 59 1C
Octal 206 200 10 0 4 136 57 71 131 34
Binary 10000110 10000000 1000 0 100 1011110 101111 111001 1011001 11100

Color Harmonies of #868008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868008

Black with #868008

Text Example


Text Example

White with #868008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868008; }

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

 H1.HeaderClassName
 {
   color: #868008;
 }
 .AnyTagClassName
 {
   color: #868008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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