Html Css Color HEX #5E7751 Axolotl

📋 copy color: '#5E7751'

red 94 ◦ green 119 ◦ blue 81

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

Shades of Axolotl #5E7751

Tints of Axolotl #5E7751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.48%

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 31.97%
G = 40.48%
B = 27.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#5E7751 (or 0x5E7751) is known color: Axolotl. HEX triplet: 5E, 77 and 51. RGB value is (94,119,81). Sum of RGB (Red+Green+Blue) = 94+119+81=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7751 is #A188AE. Grayscale: #6B6B6B. Windows color (decimal): -10586287 or 5338974. OLE color: 5338974.

HSL color Cylindrical-coordinate representation of color #5E7751: hue angle of 99.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E7751 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 119 81 -
CMYK 0.21 0 0.32 0.53
HSL 99.47º 0.19% 0.39% -
HSV(B) 99.47º 0.32% 0.47% -
XYZ 12.7 16.17 10.24 -
YUV 107.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 94 119 81 0.21 0 0.32 0.53 99.47 0.19 0.39
Hex 5E 77 51 15 0 20 35 63 13 27
Octal 136 167 121 25 0 40 65 143 23 47
Binary 1011110 1110111 1010001 10101 0 100000 110101 1100011 10011 100111

Color Harmonies of #5E7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7751

Black with #5E7751

Text Example


Text Example

White with #5E7751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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