Html Css Color HEX #8E8609 Olive

📋 copy color: '#8E8609'

red 142 ◦ green 134 ◦ blue 9

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

Shades of Olive #8E8609

Tints of Olive #8E8609

RGB

 RED value IS 142 (55.86% from 255) = 49.82%

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 9 (3.91% from 255) = 3.16%

R = 49.82%
G = 47.02%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E8609 (or 0x8E8609) is known color: Olive. HEX triplet: 8E, 86 and 09. RGB value is (142,134,9). Sum of RGB (Red+Green+Blue) = 142+134+9=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8609 is #7179F6. Grayscale: #7A7A7A. Windows color (decimal): -7436791 or 624270. OLE color: 624270.

HSL color Cylindrical-coordinate representation of color #8E8609: hue angle of 56.39º degrees, saturation: 0.88, 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 #8E8609 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 134 9 -
CMYK 0 0.06 0.94 0.44
HSL 56.39º 0.88% 0.3% -
HSV(B) 56.39º 0.94% 0.56% -
XYZ 19.73 22.82 3.62 -
YUV 122.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 142 134 9 0 0.06 0.94 0.44 56.39 0.88 0.3
Hex 8E 86 9 0 6 5E 2C 38 58 1E
Octal 216 206 11 0 6 136 54 70 130 36
Binary 10001110 10000110 1001 0 110 1011110 101100 111000 1011000 11110

Color Harmonies of #8E8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8609

Black with #8E8609

Text Example


Text Example

White with #8E8609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E8609; }

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

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

background-color css

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

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

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

border-color css

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

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

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