Html Css Color HEX #607458 Axolotl

📋 copy color: '#607458'

red 96 ◦ green 116 ◦ blue 88

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

Shades of Axolotl #607458

Tints of Axolotl #607458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 32%
G = 38.67%
B = 29.33%

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

#607458 (or 0x607458) is known color: Axolotl. HEX triplet: 60, 74 and 58. RGB value is (96,116,88). Sum of RGB (Red+Green+Blue) = 96+116+88=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #607458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607458 is #9F8BA7. Grayscale: #6A6A6A. Windows color (decimal): -10455976 or 5796960. OLE color: 5796960.

HSL color Cylindrical-coordinate representation of color #607458: 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 #607458 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 116 88 -
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.83 15.68 11.58 -
YUV 106.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 96 116 88 0.17 0 0.24 0.55 102.86 0.14 0.4
Hex 60 74 58 11 0 18 37 67 E 28
Octal 140 164 130 21 0 30 67 147 16 50
Binary 1100000 1110100 1011000 10001 0 11000 110111 1100111 1110 101000

Color Harmonies of #607458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607458

Black with #607458

Text Example


Text Example

White with #607458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607458; }

 p { color: rgb(96,116,88); }

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

background-color css

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

 a { background-color: rgb(96,116,88); }

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

border-color css

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

 span { border-color: rgb(96,116,88); }

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