Html Css Color HEX #809404 Olive

📋 copy color: '#809404'

red 128 ◦ green 148 ◦ blue 4

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

Shades of Olive #809404

Tints of Olive #809404

RGB

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

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

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

R = 45.71%
G = 52.86%
B = 1.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#809404 (or 0x809404) is known color: Olive. HEX triplet: 80, 94 and 04. RGB value is (128,148,4). Sum of RGB (Red+Green+Blue) = 128+148+4=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #809404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809404 is #7F6BFB. Grayscale: #7E7E7E. Windows color (decimal): -8350716 or 300160. OLE color: 300160.

HSL color Cylindrical-coordinate representation of color #809404: hue angle of 68.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #809404 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 4 -
CMYK 0.14 0 0.97 0.42
HSL 68.33º 0.95% 0.3% -
HSV(B) 68.33º 0.97% 0.58% -
XYZ 19.51 25.78 4.06 -
YUV 125.6 59.37 129.71 -
System Red Green Blue C M Y K H S L
Decimal 128 148 4 0.14 0 0.97 0.42 68.33 0.95 0.3
Hex 80 94 4 E 0 61 2A 44 5F 1E
Octal 200 224 4 16 0 141 52 104 137 36
Binary 10000000 10010100 100 1110 0 1100001 101010 1000100 1011111 11110

Color Harmonies of #809404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809404

Black with #809404

Text Example


Text Example

White with #809404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809404; }

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

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

background-color css

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

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

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

border-color css

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

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

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