Html Css Color HEX #8E9001 Olive

📋 copy color: '#8E9001'

red 142 ◦ green 144 ◦ blue 1

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

Shades of Olive #8E9001

Tints of Olive #8E9001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 49.48%
G = 50.17%
B = 0.35%

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

#8E9001 (or 0x8E9001) is known color: Olive. HEX triplet: 8E, 90 and 01. RGB value is (142,144,1). Sum of RGB (Red+Green+Blue) = 142+144+1=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9001 is #716FFE. Grayscale: #7F7F7F. Windows color (decimal): -7434239 or 102542. OLE color: 102542.

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

Color convert

RGB 142 144 1 -
CMYK 0.01 0 0.99 0.44
HSL 60.84º 0.99% 0.28% -
HSV(B) 60.84º 0.99% 0.56% -
XYZ 21.13 25.7 3.88 -
YUV 127.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 142 144 1 0.01 0 0.99 0.44 60.84 0.99 0.28
Hex 8E 90 1 1 0 63 2C 3D 63 1C
Octal 216 220 1 1 0 143 54 75 143 34
Binary 10001110 10010000 1 1 0 1100011 101100 111101 1100011 11100

Color Harmonies of #8E9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9001

Black with #8E9001

Text Example


Text Example

White with #8E9001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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