#716F36

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

Shades of Crete #716F36

Tints of Crete #716F36

Color information

#716F36 (or 0x716F36) is unknown color: approx Crete. HEX triplet: 71, 6F and 36. RGB value is (113,111,54). Sum of RGB (Red+Green+Blue) = 113+111+54=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F36 is #8E90C9. Grayscale: #696969. Windows color (decimal): -9343178 or 3567473. OLE color: 3567473.

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

Color convert

RGB11311154-
CMYK00.020.520.56
HSL57.97º35.33%32.75%-
HSV(B)57.97º52.21%44.31%-
XYZ13.1615.155.72-
YUV105.199.16133.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=40.65%
G=39.93%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131115400.020.520.5657.9735.3332.75
Hex716F360234383a2321
Octal16115766026470724341
Binary11100011101111110110010110100111000111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,54); }

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

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

 a { background-color: rgb(113,111,54); }

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

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

 span { border-color: rgb(113,111,54); }

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