Html Css Color HEX #806F09 Olive

📋 copy color: '#806F09'

red 128 ◦ green 111 ◦ blue 9

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

Shades of Olive #806F09

Tints of Olive #806F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 51.61%
G = 44.76%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#806F09 (or 0x806F09) is known color: Olive. HEX triplet: 80, 6F and 09. RGB value is (128,111,9). Sum of RGB (Red+Green+Blue) = 128+111+9=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #806F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806F09 is #7F90F6. Grayscale: #686868. Windows color (decimal): -8360183 or 618368. OLE color: 618368.

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

Color convert

RGB 128 111 9 -
CMYK 0 0.13 0.93 0.50
HSL 51.43º 0.87% 0.27% -
HSV(B) 51.43º 0.93% 0.5% -
XYZ 14.64 15.98 2.57 -
YUV 104.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 128 111 9 0 0.13 0.93 0.50 51.43 0.87 0.27
Hex 80 6F 9 0 D 5D 32 33 57 1B
Octal 200 157 11 0 15 135 62 63 127 33
Binary 10000000 1101111 1001 0 1101 1011101 110010 110011 1010111 11011

Color Harmonies of #806F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F09

Black with #806F09

Text Example


Text Example

White with #806F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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