#5F7754

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

Shades of Axolotl #5F7754

Tints of Axolotl #5F7754

Color information

#5F7754 (or 0x5F7754) is unknown color: approx Axolotl. HEX triplet: 5F, 77 and 54. RGB value is (95,119,84). Sum of RGB (Red+Green+Blue) = 95+119+84=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7754 is #A088AB. Grayscale: #6B6B6B. Windows color (decimal): -10520748 or 5535583. OLE color: 5535583.

HSL color Cylindrical-coordinate representation of color #5F7754: hue angle of 101.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7754 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB9511984-
CMYK0.2000.290.53
HSL101.14º17.24%39.8%-
HSV(B)101.14º29.41%46.67%-
XYZ12.9216.2710.85-
YUV107.83114.55118.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=31.88%
G=39.93%
B=28.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119840.2000.290.53101.1417.2439.8
Hex5F77541401D35651128
Octal13716712424035651452150
Binary10111111110111101010010100011101110101110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,84); }

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

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

 a { background-color: rgb(95,119,84); }

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

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

 span { border-color: rgb(95,119,84); }

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