Html Css Color HEX #807611 Olive

📋 copy color: '#807611'

red 128 ◦ green 118 ◦ blue 17

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

Shades of Olive #807611

Tints of Olive #807611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 48.67%
G = 44.87%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#807611 (or 0x807611) is known color: Olive. HEX triplet: 80, 76 and 11. RGB value is (128,118,17). Sum of RGB (Red+Green+Blue) = 128+118+17=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #807611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807611 is #7F89EE. Grayscale: #6D6D6D. Windows color (decimal): -8358383 or 1144448. OLE color: 1144448.

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

Color convert

RGB 128 118 17 -
CMYK 0 0.08 0.87 0.50
HSL 54.59º 0.77% 0.28% -
HSV(B) 54.59º 0.87% 0.5% -
XYZ 15.48 17.59 3.11 -
YUV 109.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 128 118 17 0 0.08 0.87 0.50 54.59 0.77 0.28
Hex 80 76 11 0 8 57 32 37 4D 1C
Octal 200 166 21 0 10 127 62 67 115 34
Binary 10000000 1110110 10001 0 1000 1010111 110010 110111 1001101 11100

Color Harmonies of #807611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807611

Black with #807611

Text Example


Text Example

White with #807611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807611; }

 p { color: rgb(128,118,17); }

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

background-color css

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

 a { background-color: rgb(128,118,17); }

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

border-color css

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

 span { border-color: rgb(128,118,17); }

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