#5F7456

Color #5F7456 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #5F7456

Tints of Axolotl #5F7456

Color information

#5F7456 (or 0x5F7456) is unknown color: approx Axolotl. HEX triplet: 5F, 74 and 56. RGB value is (95,116,86). Sum of RGB (Red+Green+Blue) = 95+116+86=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7456 is #A08BA9. Grayscale: #6A6A6A. Windows color (decimal): -10521514 or 5665887. OLE color: 5665887.

HSL color Cylindrical-coordinate representation of color #5F7456: hue angle of 102º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7456 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB9511686-
CMYK0.1800.260.55
HSL102º14.85%39.61%-
HSV(B)102º25.86%45.49%-
XYZ12.6415.611.15-
YUV106.3116.54119.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=31.99%
G=39.06%
B=28.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95116860.1800.260.5510214.8539.61
Hex5F74561201A3766f28
Octal13716412622032671461750
Binary1011111111010010101101001001101011011111001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7456; }

 p { color: rgb(95,116,86); }

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

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

 a { background-color: rgb(95,116,86); }

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

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

 span { border-color: rgb(95,116,86); }

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