Html Css Color HEX #809409 Olive

📋 copy color: '#809409'

red 128 ◦ green 148 ◦ blue 9

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

Shades of Olive #809409

Tints of Olive #809409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.16%

R = 44.91%
G = 51.93%
B = 3.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#809409 (or 0x809409) is known color: Olive. HEX triplet: 80, 94 and 09. RGB value is (128,148,9). Sum of RGB (Red+Green+Blue) = 128+148+9=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #809409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809409 is #7F6BF6. Grayscale: #7E7E7E. Windows color (decimal): -8350711 or 627840. OLE color: 627840.

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

Color convert

RGB 128 148 9 -
CMYK 0.14 0 0.94 0.42
HSL 68.63º 0.89% 0.31% -
HSV(B) 68.63º 0.94% 0.58% -
XYZ 19.54 25.79 4.21 -
YUV 126.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 128 148 9 0.14 0 0.94 0.42 68.63 0.89 0.31
Hex 80 94 9 E 0 5E 2A 45 59 1F
Octal 200 224 11 16 0 136 52 105 131 37
Binary 10000000 10010100 1001 1110 0 1011110 101010 1000101 1011001 11111

Color Harmonies of #809409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809409

Black with #809409

Text Example


Text Example

White with #809409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809409; }

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

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

background-color css

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

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

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

border-color css

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

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

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