Html Css Color HEX #807709 Olive

📋 copy color: '#807709'

red 128 ◦ green 119 ◦ blue 9

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

Shades of Olive #807709

Tints of Olive #807709

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 50%
G = 46.48%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#807709 (or 0x807709) is known color: Olive. HEX triplet: 80, 77 and 09. RGB value is (128,119,9). Sum of RGB (Red+Green+Blue) = 128+119+9=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #807709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807709 is #7F88F6. Grayscale: #6D6D6D. Windows color (decimal): -8358135 or 620416. OLE color: 620416.

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

Color convert

RGB 128 119 9 -
CMYK 0 0.07 0.93 0.50
HSL 55.46º 0.87% 0.27% -
HSV(B) 55.46º 0.93% 0.5% -
XYZ 15.55 17.8 2.88 -
YUV 109.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 128 119 9 0 0.07 0.93 0.50 55.46 0.87 0.27
Hex 80 77 9 0 7 5D 32 37 57 1B
Octal 200 167 11 0 7 135 62 67 127 33
Binary 10000000 1110111 1001 0 111 1011101 110010 110111 1010111 11011

Color Harmonies of #807709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807709

Black with #807709

Text Example


Text Example

White with #807709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807709; }

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

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

background-color css

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

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

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

border-color css

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

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

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