#5E7654

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

Shades of Axolotl #5E7654

Tints of Axolotl #5E7654

Color information

#5E7654 (or 0x5E7654) is unknown color: approx Axolotl. HEX triplet: 5E, 76 and 54. RGB value is (94,118,84). Sum of RGB (Red+Green+Blue) = 94+118+84=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7654 is #A189AB. Grayscale: #6B6B6B. Windows color (decimal): -10586540 or 5535326. OLE color: 5535326.

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

Color convert

RGB9411884-
CMYK0.2000.290.54
HSL102.35º16.83%39.61%-
HSV(B)102.35º28.81%46.27%-
XYZ12.6915.9810.8-
YUV106.95115.05118.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.76%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=31.76%
G=39.86%
B=28.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94118840.2000.290.54102.3516.8339.61
Hex5E76541401D36661128
Octal13616612424035661462150
Binary10111101110110101010010100011101110110110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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