Html Css Color HEX #8E9801 Olive

📋 copy color: '#8E9801'

red 142 ◦ green 152 ◦ blue 1

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

Shades of Olive #8E9801

Tints of Olive #8E9801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.53%

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

R = 48.14%
G = 51.53%
B = 0.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#8E9801 (or 0x8E9801) is known color: Olive. HEX triplet: 8E, 98 and 01. RGB value is (142,152,1). Sum of RGB (Red+Green+Blue) = 142+152+1=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9801 is #7167FE. Grayscale: #848484. Windows color (decimal): -7432191 or 104590. OLE color: 104590.

HSL color Cylindrical-coordinate representation of color #8E9801: hue angle of 63.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E9801 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 152 1 -
CMYK 0.07 0 0.99 0.40
HSL 63.97º 0.99% 0.3% -
HSV(B) 63.97º 0.99% 0.6% -
XYZ 22.39 28.21 4.29 -
YUV 131.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 142 152 1 0.07 0 0.99 0.40 63.97 0.99 0.3
Hex 8E 98 1 7 0 63 28 40 63 1E
Octal 216 230 1 7 0 143 50 100 143 36
Binary 10001110 10011000 1 111 0 1100011 101000 1000000 1100011 11110

Color Harmonies of #8E9801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9801

Black with #8E9801

Text Example


Text Example

White with #8E9801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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