Html Css Color HEX #8E8801 Olive

📋 copy color: '#8E8801'

red 142 ◦ green 136 ◦ blue 1

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

Shades of Olive #8E8801

Tints of Olive #8E8801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.75%

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

R = 50.9%
G = 48.75%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8E8801 (or 0x8E8801) is known color: Olive. HEX triplet: 8E, 88 and 01. RGB value is (142,136,1). Sum of RGB (Red+Green+Blue) = 142+136+1=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8801 is #7177FE. Grayscale: #7A7A7A. Windows color (decimal): -7436287 or 100494. OLE color: 100494.

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

Color convert

RGB 142 136 1 -
CMYK 0 0.04 0.99 0.44
HSL 57.45º 0.99% 0.28% -
HSV(B) 57.45º 0.99% 0.56% -
XYZ 19.96 23.36 3.49 -
YUV 122.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 142 136 1 0 0.04 0.99 0.44 57.45 0.99 0.28
Hex 8E 88 1 0 4 63 2C 39 63 1C
Octal 216 210 1 0 4 143 54 71 143 34
Binary 10001110 10001000 1 0 100 1100011 101100 111001 1100011 11100

Color Harmonies of #8E8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8801

Black with #8E8801

Text Example


Text Example

White with #8E8801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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