Html Css Color HEX #807309 Olive

📋 copy color: '#807309'

red 128 ◦ green 115 ◦ blue 9

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

Shades of Olive #807309

Tints of Olive #807309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

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

R = 50.79%
G = 45.63%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#807309 (or 0x807309) is known color: Olive. HEX triplet: 80, 73 and 09. RGB value is (128,115,9). Sum of RGB (Red+Green+Blue) = 128+115+9=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #807309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807309 is #7F8CF6. Grayscale: #6B6B6B. Windows color (decimal): -8359159 or 619392. OLE color: 619392.

HSL color Cylindrical-coordinate representation of color #807309: hue angle of 53.45º 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 #807309 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 9 -
CMYK 0 0.10 0.93 0.50
HSL 53.45º 0.87% 0.27% -
HSV(B) 53.45º 0.93% 0.5% -
XYZ 15.08 16.87 2.72 -
YUV 106.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 128 115 9 0 0.10 0.93 0.50 53.45 0.87 0.27
Hex 80 73 9 0 A 5D 32 35 57 1B
Octal 200 163 11 0 12 135 62 65 127 33
Binary 10000000 1110011 1001 0 1010 1011101 110010 110101 1010111 11011

Color Harmonies of #807309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807309

Black with #807309

Text Example


Text Example

White with #807309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807309; }

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

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

background-color css

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

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

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

border-color css

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

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

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