Html Css Color HEX #8E9002 Olive

📋 copy color: '#8E9002'

red 142 ◦ green 144 ◦ blue 2

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

Shades of Olive #8E9002

Tints of Olive #8E9002

RGB

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

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

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

R = 49.31%
G = 50%
B = 0.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8E9002 (or 0x8E9002) is known color: Olive. HEX triplet: 8E, 90 and 02. RGB value is (142,144,2). Sum of RGB (Red+Green+Blue) = 142+144+2=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9002 is #716FFD. Grayscale: #7F7F7F. Windows color (decimal): -7434238 or 168078. OLE color: 168078.

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

Color convert

RGB 142 144 2 -
CMYK 0.01 0 0.99 0.44
HSL 60.85º 0.97% 0.29% -
HSV(B) 60.85º 0.99% 0.56% -
XYZ 21.14 25.7 3.9 -
YUV 127.21 57.34 138.55 -
System Red Green Blue C M Y K H S L
Decimal 142 144 2 0.01 0 0.99 0.44 60.85 0.97 0.29
Hex 8E 90 2 1 0 63 2C 3D 61 1D
Octal 216 220 2 1 0 143 54 75 141 35
Binary 10001110 10010000 10 1 0 1100011 101100 111101 1100001 11101

Color Harmonies of #8E9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9002

Black with #8E9002

Text Example


Text Example

White with #8E9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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