Html Css Color HEX #5F7357 Axolotl

📋 copy color: '#5F7357'

red 95 ◦ green 115 ◦ blue 87

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

Shades of Axolotl #5F7357

Tints of Axolotl #5F7357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 31.99%
G = 38.72%
B = 29.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#5F7357 (or 0x5F7357) is known color: Axolotl. HEX triplet: 5F, 73 and 57. RGB value is (95,115,87). Sum of RGB (Red+Green+Blue) = 95+115+87=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7357 is #A08CA8. Grayscale: #696969. Windows color (decimal): -10521769 or 5731167. OLE color: 5731167.

HSL color Cylindrical-coordinate representation of color #5F7357: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7357 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 87 -
CMYK 0.17 0 0.24 0.55
HSL 102.86º 0.14% 0.4% -
HSV(B) 102.86º 0.24% 0.45% -
XYZ 12.57 15.38 11.32 -
YUV 105.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 95 115 87 0.17 0 0.24 0.55 102.86 0.14 0.4
Hex 5F 73 57 11 0 18 37 67 E 28
Octal 137 163 127 21 0 30 67 147 16 50
Binary 1011111 1110011 1010111 10001 0 11000 110111 1100111 1110 101000

Color Harmonies of #5F7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7357

Black with #5F7357

Text Example


Text Example

White with #5F7357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,87); }

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

background-color css

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

 a { background-color: rgb(95,115,87); }

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

border-color css

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

 span { border-color: rgb(95,115,87); }

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