Html Css Color HEX #807410 Olive

📋 copy color: '#807410'

red 128 ◦ green 116 ◦ blue 16

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

Shades of Olive #807410

Tints of Olive #807410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

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

R = 49.23%
G = 44.62%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#807410 (or 0x807410) is known color: Olive. HEX triplet: 80, 74 and 10. RGB value is (128,116,16). Sum of RGB (Red+Green+Blue) = 128+116+16=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #807410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807410 is #7F8BEF. Grayscale: #6C6C6C. Windows color (decimal): -8358896 or 1078400. OLE color: 1078400.

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

Color convert

RGB 128 116 16 -
CMYK 0 0.09 0.88 0.50
HSL 53.57º 0.78% 0.28% -
HSV(B) 53.57º 0.88% 0.5% -
XYZ 15.24 17.12 2.99 -
YUV 108.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 128 116 16 0 0.09 0.88 0.50 53.57 0.78 0.28
Hex 80 74 10 0 9 58 32 36 4E 1C
Octal 200 164 20 0 11 130 62 66 116 34
Binary 10000000 1110100 10000 0 1001 1011000 110010 110110 1001110 11100

Color Harmonies of #807410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807410

Black with #807410

Text Example


Text Example

White with #807410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807410; }

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

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

background-color css

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

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

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

border-color css

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

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

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