Html Css Color HEX #5E7653 Axolotl

📋 copy color: '#5E7653'

red 94 ◦ green 118 ◦ blue 83

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

Shades of Axolotl #5E7653

Tints of Axolotl #5E7653

RGB

 RED value IS 94 (37.11% from 255) = 31.86%

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 31.86%
G = 40%
B = 28.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#5E7653 (or 0x5E7653) is known color: Axolotl. HEX triplet: 5E, 76 and 53. RGB value is (94,118,83). Sum of RGB (Red+Green+Blue) = 94+118+83=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7653 is #A189AC. Grayscale: #6A6A6A. Windows color (decimal): -10586541 or 5469790. OLE color: 5469790.

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

Color convert

RGB 94 118 83 -
CMYK 0.20 0 0.30 0.54
HSL 101.14º 0.17% 0.39% -
HSV(B) 101.14º 0.3% 0.46% -
XYZ 12.66 15.96 10.6 -
YUV 106.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 94 118 83 0.20 0 0.30 0.54 101.14 0.17 0.39
Hex 5E 76 53 14 0 1E 36 65 11 27
Octal 136 166 123 24 0 36 66 145 21 47
Binary 1011110 1110110 1010011 10100 0 11110 110110 1100101 10001 100111

Color Harmonies of #5E7653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7653

Black with #5E7653

Text Example


Text Example

White with #5E7653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7653;
 }
 .AnyTagClassName
 {
   color: #5E7653;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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