Html Css Color HEX #5E7654 Axolotl

📋 copy color: '#5E7654'

red 94 ◦ green 118 ◦ blue 84

#5E7654
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #5E7654

Tints of Axolotl #5E7654

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.2% from 255) = 28.38%

R = 31.76%
G = 39.86%
B = 28.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#5E7654 (or 0x5E7654) is known color: 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

RGB 94 118 84 -
CMYK 0.20 0 0.29 0.54
HSL 102.35º 0.17% 0.4% -
HSV(B) 102.35º 0.29% 0.46% -
XYZ 12.69 15.98 10.8 -
YUV 106.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 94 118 84 0.20 0 0.29 0.54 102.35 0.17 0.4
Hex 5E 76 54 14 0 1D 36 66 11 28
Octal 136 166 124 24 0 35 66 146 21 50
Binary 1011110 1110110 1010100 10100 0 11101 110110 1100110 10001 101000

Color Harmonies of #5E7654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7654

Black with #5E7654

Text Example


Text Example

White with #5E7654

Text Example


Text Example

HTML Codes & Css Web 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>