Html Css Color HEX #8E7002 Olive

📋 copy color: '#8E7002'

red 142 ◦ green 112 ◦ blue 2

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

Shades of Olive #8E7002

Tints of Olive #8E7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 55.47%
G = 43.75%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8E7002 (or 0x8E7002) is known color: Olive. HEX triplet: 8E, 70 and 02. RGB value is (142,112,2). Sum of RGB (Red+Green+Blue) = 142+112+2=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7002 is #718FFD. Grayscale: #6C6C6C. Windows color (decimal): -7442430 or 159886. OLE color: 159886.

HSL color Cylindrical-coordinate representation of color #8E7002: hue angle of 47.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E7002 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 2 -
CMYK 0 0.21 0.99 0.44
HSL 47.14º 0.97% 0.28% -
HSV(B) 47.14º 0.99% 0.56% -
XYZ 16.96 17.34 2.51 -
YUV 108.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 142 112 2 0 0.21 0.99 0.44 47.14 0.97 0.28
Hex 8E 70 2 0 15 63 2C 2F 61 1C
Octal 216 160 2 0 25 143 54 57 141 34
Binary 10001110 1110000 10 0 10101 1100011 101100 101111 1100001 11100

Color Harmonies of #8E7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7002

Black with #8E7002

Text Example


Text Example

White with #8E7002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,2); }

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

background-color css

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

 a { background-color: rgb(142,112,2); }

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

border-color css

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

 span { border-color: rgb(142,112,2); }

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