Html Css Color HEX #5F7754 Axolotl

📋 copy color: '#5F7754'

red 95 ◦ green 119 ◦ blue 84

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

Shades of Axolotl #5F7754

Tints of Axolotl #5F7754

RGB

 RED value IS 95 (37.5% from 255) = 31.88%

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

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 31.88%
G = 39.93%
B = 28.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#5F7754 (or 0x5F7754) is known color: Axolotl. HEX triplet: 5F, 77 and 54. RGB value is (95,119,84). Sum of RGB (Red+Green+Blue) = 95+119+84=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7754 is #A088AB. Grayscale: #6B6B6B. Windows color (decimal): -10520748 or 5535583. OLE color: 5535583.

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

Color convert

RGB 95 119 84 -
CMYK 0.20 0 0.29 0.53
HSL 101.14º 0.17% 0.4% -
HSV(B) 101.14º 0.29% 0.47% -
XYZ 12.92 16.27 10.85 -
YUV 107.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 95 119 84 0.20 0 0.29 0.53 101.14 0.17 0.4
Hex 5F 77 54 14 0 1D 35 65 11 28
Octal 137 167 124 24 0 35 65 145 21 50
Binary 1011111 1110111 1010100 10100 0 11101 110101 1100101 10001 101000

Color Harmonies of #5F7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7754

Black with #5F7754

Text Example


Text Example

White with #5F7754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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