Html Css Color HEX #809904 Olive

📋 copy color: '#809904'

red 128 ◦ green 153 ◦ blue 4

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

Shades of Olive #809904

Tints of Olive #809904

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.68%

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

R = 44.91%
G = 53.68%
B = 1.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#809904 (or 0x809904) is known color: Olive. HEX triplet: 80, 99 and 04. RGB value is (128,153,4). Sum of RGB (Red+Green+Blue) = 128+153+4=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #809904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809904 is #7F66FB. Grayscale: #818181. Windows color (decimal): -8349436 or 301440. OLE color: 301440.

HSL color Cylindrical-coordinate representation of color #809904: hue angle of 70.07º 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 #809904 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 4 -
CMYK 0.16 0 0.97 0.4
HSL 70.07º 0.95% 0.31% -
HSV(B) 70.07º 0.97% 0.6% -
XYZ 20.32 27.38 4.33 -
YUV 128.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 128 153 4 0.16 0 0.97 0.4 70.07 0.95 0.31
Hex 80 99 4 10 0 61 28 46 5F 1F
Octal 200 231 4 20 0 141 50 106 137 37
Binary 10000000 10011001 100 10000 0 1100001 101000 1000110 1011111 11111

Color Harmonies of #809904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809904

Black with #809904

Text Example


Text Example

White with #809904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809904; }

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

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

background-color css

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

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

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

border-color css

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

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

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