Html Css Color HEX #807610 Olive

📋 copy color: '#807610'

red 128 ◦ green 118 ◦ blue 16

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

Shades of Olive #807610

Tints of Olive #807610

RGB

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

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

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

R = 48.85%
G = 45.04%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#807610 (or 0x807610) is known color: Olive. HEX triplet: 80, 76 and 10. RGB value is (128,118,16). Sum of RGB (Red+Green+Blue) = 128+118+16=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #807610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807610 is #7F89EF. Grayscale: #6D6D6D. Windows color (decimal): -8358384 or 1078912. OLE color: 1078912.

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

Color convert

RGB 128 118 16 -
CMYK 0 0.08 0.88 0.50
HSL 54.64º 0.78% 0.28% -
HSV(B) 54.64º 0.88% 0.5% -
XYZ 15.47 17.58 3.07 -
YUV 109.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 128 118 16 0 0.08 0.88 0.50 54.64 0.78 0.28
Hex 80 76 10 0 8 58 32 37 4E 1C
Octal 200 166 20 0 10 130 62 67 116 34
Binary 10000000 1110110 10000 0 1000 1011000 110010 110111 1001110 11100

Color Harmonies of #807610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807610

Black with #807610

Text Example


Text Example

White with #807610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807610; }

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

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

background-color css

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

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

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

border-color css

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

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

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