Html Css Color HEX #8E8A0F Olive

📋 copy color: '#8E8A0F'

red 142 ◦ green 138 ◦ blue 15

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

Shades of Olive #8E8A0F

Tints of Olive #8E8A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 48.14%
G = 46.78%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E8A0F (or 0x8E8A0F) is known color: Olive. HEX triplet: 8E, 8A and 0F. RGB value is (142,138,15). Sum of RGB (Red+Green+Blue) = 142+138+15=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8A0F is #7175F0. Grayscale: #7D7D7D. Windows color (decimal): -7435761 or 1018510. OLE color: 1018510.

HSL color Cylindrical-coordinate representation of color #8E8A0F: hue angle of 58.11º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E8A0F is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 138 15 -
CMYK 0 0.03 0.89 0.44
HSL 58.11º 0.81% 0.31% -
HSV(B) 58.11º 0.89% 0.56% -
XYZ 20.33 23.96 4.01 -
YUV 125.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 142 138 15 0 0.03 0.89 0.44 58.11 0.81 0.31
Hex 8E 8A F 0 3 59 2C 3A 51 1F
Octal 216 212 17 0 3 131 54 72 121 37
Binary 10001110 10001010 1111 0 11 1011001 101100 111010 1010001 11111

Color Harmonies of #8E8A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8A0F

Black with #8E8A0F

Text Example


Text Example

White with #8E8A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,138,15); }

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

background-color css

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

 a { background-color: rgb(142,138,15); }

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

border-color css

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

 span { border-color: rgb(142,138,15); }

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