Html Css Color HEX #8E9401 Olive

📋 copy color: '#8E9401'

red 142 ◦ green 148 ◦ blue 1

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

Shades of Olive #8E9401

Tints of Olive #8E9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

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

R = 48.8%
G = 50.86%
B = 0.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#8E9401 (or 0x8E9401) is known color: Olive. HEX triplet: 8E, 94 and 01. RGB value is (142,148,1). Sum of RGB (Red+Green+Blue) = 142+148+1=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9401 is #716BFE. Grayscale: #828282. Windows color (decimal): -7433215 or 103566. OLE color: 103566.

HSL color Cylindrical-coordinate representation of color #8E9401: hue angle of 62.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E9401 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 1 -
CMYK 0.04 0 0.99 0.42
HSL 62.45º 0.99% 0.29% -
HSV(B) 62.45º 0.99% 0.58% -
XYZ 21.75 26.93 4.08 -
YUV 129.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 142 148 1 0.04 0 0.99 0.42 62.45 0.99 0.29
Hex 8E 94 1 4 0 63 2A 3E 63 1D
Octal 216 224 1 4 0 143 52 76 143 35
Binary 10001110 10010100 1 100 0 1100011 101010 111110 1100011 11101

Color Harmonies of #8E9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9401

Black with #8E9401

Text Example


Text Example

White with #8E9401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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