Html Css Color HEX #8E9704 Olive

📋 copy color: '#8E9704'

red 142 ◦ green 151 ◦ blue 4

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

Shades of Olive #8E9704

Tints of Olive #8E9704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 47.81%
G = 50.84%
B = 1.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#8E9704 (or 0x8E9704) is known color: Olive. HEX triplet: 8E, 97 and 04. RGB value is (142,151,4). Sum of RGB (Red+Green+Blue) = 142+151+4=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9704 is #7168FB. Grayscale: #848484. Windows color (decimal): -7432444 or 300942. OLE color: 300942.

HSL color Cylindrical-coordinate representation of color #8E9704: hue angle of 63.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E9704 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 4 -
CMYK 0.06 0 0.97 0.41
HSL 63.67º 0.95% 0.3% -
HSV(B) 63.67º 0.97% 0.59% -
XYZ 22.24 27.89 4.33 -
YUV 131.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 142 151 4 0.06 0 0.97 0.41 63.67 0.95 0.3
Hex 8E 97 4 6 0 61 29 40 5F 1E
Octal 216 227 4 6 0 141 51 100 137 36
Binary 10001110 10010111 100 110 0 1100001 101001 1000000 1011111 11110

Color Harmonies of #8E9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9704

Black with #8E9704

Text Example


Text Example

White with #8E9704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,4); }

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

background-color css

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

 a { background-color: rgb(142,151,4); }

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

border-color css

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

 span { border-color: rgb(142,151,4); }

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