#5E7754

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

Shades of Axolotl #5E7754

Tints of Axolotl #5E7754

Color information

#5E7754 (or 0x5E7754) is unknown color: approx Axolotl. HEX triplet: 5E, 77 and 54. RGB value is (94,119,84). Sum of RGB (Red+Green+Blue) = 94+119+84=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7754 is #A188AB. Grayscale: #6B6B6B. Windows color (decimal): -10586284 or 5535582. OLE color: 5535582.

HSL color Cylindrical-coordinate representation of color #5E7754: hue angle of 102.86º 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 #5E7754 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB9411984-
CMYK0.2100.290.53
HSL102.86º17.24%39.8%-
HSV(B)102.86º29.41%46.67%-
XYZ12.8116.2110.84-
YUV107.54114.72118.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=31.65%
G=40.07%
B=28.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94119840.2100.290.53102.8617.2439.8
Hex5E77541501D35671128
Octal13616712425035651472150
Binary10111101110111101010010101011101110101110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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