Html Css Color HEX #8E8D09 Olive

📋 copy color: '#8E8D09'

red 142 ◦ green 141 ◦ blue 9

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

Shades of Olive #8E8D09

Tints of Olive #8E8D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

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

R = 48.63%
G = 48.29%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E8D09 (or 0x8E8D09) is known color: Olive. HEX triplet: 8E, 8D and 09. RGB value is (142,141,9). Sum of RGB (Red+Green+Blue) = 142+141+9=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8D09 is #7172F6. Grayscale: #7E7E7E. Windows color (decimal): -7434999 or 626062. OLE color: 626062.

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

Color convert

RGB 142 141 9 -
CMYK 0 0.01 0.94 0.44
HSL 59.55º 0.88% 0.3% -
HSV(B) 59.55º 0.94% 0.56% -
XYZ 20.73 24.82 3.96 -
YUV 126.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 142 141 9 0 0.01 0.94 0.44 59.55 0.88 0.3
Hex 8E 8D 9 0 1 5E 2C 3C 58 1E
Octal 216 215 11 0 1 136 54 74 130 36
Binary 10001110 10001101 1001 0 1 1011110 101100 111100 1011000 11110

Color Harmonies of #8E8D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8D09

Black with #8E8D09

Text Example


Text Example

White with #8E8D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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