Html Css Color HEX #807710 Olive

📋 copy color: '#807710'

red 128 ◦ green 119 ◦ blue 16

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

Shades of Olive #807710

Tints of Olive #807710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 48.67%
G = 45.25%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#807710 (or 0x807710) is known color: Olive. HEX triplet: 80, 77 and 10. RGB value is (128,119,16). Sum of RGB (Red+Green+Blue) = 128+119+16=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #807710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807710 is #7F88EF. Grayscale: #6E6E6E. Windows color (decimal): -8358128 or 1079168. OLE color: 1079168.

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

Color convert

RGB 128 119 16 -
CMYK 0 0.07 0.88 0.50
HSL 55.18º 0.78% 0.28% -
HSV(B) 55.18º 0.88% 0.5% -
XYZ 15.59 17.82 3.11 -
YUV 109.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 128 119 16 0 0.07 0.88 0.50 55.18 0.78 0.28
Hex 80 77 10 0 7 58 32 37 4E 1C
Octal 200 167 20 0 7 130 62 67 116 34
Binary 10000000 1110111 10000 0 111 1011000 110010 110111 1001110 11100

Color Harmonies of #807710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807710

Black with #807710

Text Example


Text Example

White with #807710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807710; }

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

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

background-color css

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

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

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

border-color css

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

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

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