#716D24

Color #716D24 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #716D24

Tints of Olivetone #716D24

Color information

#716D24 (or 0x716D24) is unknown color: approx Olivetone. HEX triplet: 71, 6D and 24. RGB value is (113,109,36). Sum of RGB (Red+Green+Blue) = 113+109+36=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D24 is #8E92DB. Grayscale: #666666. Windows color (decimal): -9343708 or 2387313. OLE color: 2387313.

HSL color Cylindrical-coordinate representation of color #716D24: hue angle of 56.88º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #716D24 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB11310936-
CMYK00.040.680.56
HSL56.88º51.68%29.22%-
HSV(B)56.88º68.14%44.31%-
XYZ12.614.583.82-
YUV101.8790.83135.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=43.80%
G=42.25%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131093600.040.680.5656.8851.6829.22
Hex716D2404443839341d
Octal161155440410470716435
Binary111000111011011001000100100010011100011100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716D24; }

 p { color: rgb(113,109,36); }

 H1.HeaderClassName
 {
   color: #716D24;
 }
 .AnyTagClassName
 {
   color: #716D24;
 }
</style>
background-color css

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

 a { background-color: rgb(113,109,36); }

 div.DivClassName
 {
   background-color: #716D24;
 }
 .BgClassName
 {
   background-color: #716D24;
 }
</style>
border-color css

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

 span { border-color: rgb(113,109,36); }

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