Html Css Color HEX #607059 Axolotl

📋 copy color: '#607059'

red 96 ◦ green 112 ◦ blue 89

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

Shades of Axolotl #607059

Tints of Axolotl #607059

RGB

 RED value IS 96 (37.89% from 255) = 32.32%

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 32.32%
G = 37.71%
B = 29.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#607059 (or 0x607059) is known color: Axolotl. HEX triplet: 60, 70 and 59. RGB value is (96,112,89). Sum of RGB (Red+Green+Blue) = 96+112+89=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #607059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607059 is #9F8FA6. Grayscale: #686868. Windows color (decimal): -10456999 or 5861472. OLE color: 5861472.

HSL color Cylindrical-coordinate representation of color #607059: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607059 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 89 -
CMYK 0.14 0 0.21 0.56
HSL 101.74º 0.11% 0.39% -
HSV(B) 101.74º 0.21% 0.44% -
XYZ 12.42 14.8 11.65 -
YUV 104.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 96 112 89 0.14 0 0.21 0.56 101.74 0.11 0.39
Hex 60 70 59 E 0 15 38 66 B 27
Octal 140 160 131 16 0 25 70 146 13 47
Binary 1100000 1110000 1011001 1110 0 10101 111000 1100110 1011 100111

Color Harmonies of #607059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607059

Black with #607059

Text Example


Text Example

White with #607059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607059; }

 p { color: rgb(96,112,89); }

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

background-color css

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

 a { background-color: rgb(96,112,89); }

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

border-color css

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

 span { border-color: rgb(96,112,89); }

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