#716E50

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

Shades of Crocodile #716E50

Tints of Crocodile #716E50

Color information

#716E50 (or 0x716E50) is unknown color: approx Crocodile. HEX triplet: 71, 6E and 50. RGB value is (113,110,80). Sum of RGB (Red+Green+Blue) = 113+110+80=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E50 is #8E91AF. Grayscale: #6B6B6B. Windows color (decimal): -9343408 or 5271153. OLE color: 5271153.

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

Color convert

RGB11311080-
CMYK00.030.290.56
HSL54.55º17.1%37.84%-
HSV(B)54.55º29.2%44.31%-
XYZ13.8315.249.8-
YUV107.48112.49131.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=37.29%
G=36.30%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131108000.030.290.5654.5517.137.84
Hex716E50031D38371126
Octal161156120033570672146
Binary1110001110111010100000111110111100011011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,80); }

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

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

 a { background-color: rgb(113,110,80); }

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

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

 span { border-color: rgb(113,110,80); }

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