Html Css Color HEX #807209 Olive

📋 copy color: '#807209'

red 128 ◦ green 114 ◦ blue 9

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

Shades of Olive #807209

Tints of Olive #807209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 51%
G = 45.42%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#807209 (or 0x807209) is known color: Olive. HEX triplet: 80, 72 and 09. RGB value is (128,114,9). Sum of RGB (Red+Green+Blue) = 128+114+9=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #807209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807209 is #7F8DF6. Grayscale: #6A6A6A. Windows color (decimal): -8359415 or 619136. OLE color: 619136.

HSL color Cylindrical-coordinate representation of color #807209: hue angle of 52.94º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #807209 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 9 -
CMYK 0 0.11 0.93 0.50
HSL 52.94º 0.87% 0.27% -
HSV(B) 52.94º 0.93% 0.5% -
XYZ 14.97 16.64 2.68 -
YUV 106.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 128 114 9 0 0.11 0.93 0.50 52.94 0.87 0.27
Hex 80 72 9 0 B 5D 32 35 57 1B
Octal 200 162 11 0 13 135 62 65 127 33
Binary 10000000 1110010 1001 0 1011 1011101 110010 110101 1010111 11011

Color Harmonies of #807209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807209

Black with #807209

Text Example


Text Example

White with #807209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807209; }

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

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

background-color css

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

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

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

border-color css

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

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

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