Html Css Color HEX #869008 Olive

📋 copy color: '#869008'

red 134 ◦ green 144 ◦ blue 8

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

Shades of Olive #869008

Tints of Olive #869008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

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

R = 46.85%
G = 50.35%
B = 2.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#869008 (or 0x869008) is known color: Olive. HEX triplet: 86, 90 and 08. RGB value is (134,144,8). Sum of RGB (Red+Green+Blue) = 134+144+8=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #869008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869008 is #796FF7. Grayscale: #7E7E7E. Windows color (decimal): -7958520 or 561286. OLE color: 561286.

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

Color convert

RGB 134 144 8 -
CMYK 0.07 0 0.94 0.44
HSL 64.41º 0.89% 0.3% -
HSV(B) 64.41º 0.94% 0.56% -
XYZ 19.85 25.03 4.02 -
YUV 125.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 134 144 8 0.07 0 0.94 0.44 64.41 0.89 0.3
Hex 86 90 8 7 0 5E 2C 40 59 1E
Octal 206 220 10 7 0 136 54 100 131 36
Binary 10000110 10010000 1000 111 0 1011110 101100 1000000 1011001 11110

Color Harmonies of #869008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869008

Black with #869008

Text Example


Text Example

White with #869008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869008; }

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

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

background-color css

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

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

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

border-color css

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

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

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