Html Css Color HEX #809A04 Olive

📋 copy color: '#809A04'

red 128 ◦ green 154 ◦ blue 4

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

Shades of Olive #809A04

Tints of Olive #809A04

RGB

 RED value IS 128 (50.39% from 255) = 44.76%

 GREEN value IS 154 (60.55% from 255) = 53.85%

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

R = 44.76%
G = 53.85%
B = 1.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#809A04 (or 0x809A04) is known color: Olive. HEX triplet: 80, 9A and 04. RGB value is (128,154,4). Sum of RGB (Red+Green+Blue) = 128+154+4=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #809A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809A04 is #7F65FB. Grayscale: #818181. Windows color (decimal): -8349180 or 301696. OLE color: 301696.

HSL color Cylindrical-coordinate representation of color #809A04: hue angle of 70.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #809A04 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 4 -
CMYK 0.17 0 0.97 0.40
HSL 70.4º 0.95% 0.31% -
HSV(B) 70.4º 0.97% 0.6% -
XYZ 20.48 27.71 4.38 -
YUV 129.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 128 154 4 0.17 0 0.97 0.40 70.4 0.95 0.31
Hex 80 9A 4 11 0 61 28 46 5F 1F
Octal 200 232 4 21 0 141 50 106 137 37
Binary 10000000 10011010 100 10001 0 1100001 101000 1000110 1011111 11111

Color Harmonies of #809A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A04

Black with #809A04

Text Example


Text Example

White with #809A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A04; }

 p { color: rgb(128,154,4); }

 H1.HeaderClassName
 {
   color: #809A04;
 }
 .AnyTagClassName
 {
   color: #809A04;
 }
</style>

background-color css

<style>
 a { background-color: #809A04; }

 a { background-color: rgb(128,154,4); }

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

border-color css

<style>
 span { border-color: #809A04; }

 span { border-color: rgb(128,154,4); }

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