Html Css Color HEX #607154 Axolotl

📋 copy color: '#607154'

red 96 ◦ green 113 ◦ blue 84

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

Shades of Axolotl #607154

Tints of Axolotl #607154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.57%

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

R = 32.76%
G = 38.57%
B = 28.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#607154 (or 0x607154) is known color: Axolotl. HEX triplet: 60, 71 and 54. RGB value is (96,113,84). Sum of RGB (Red+Green+Blue) = 96+113+84=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #607154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607154 is #9F8EAB. Grayscale: #686868. Windows color (decimal): -10456748 or 5534048. OLE color: 5534048.

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

Color convert

RGB 96 113 84 -
CMYK 0.15 0 0.26 0.56
HSL 95.17º 0.15% 0.39% -
HSV(B) 95.17º 0.26% 0.44% -
XYZ 12.33 14.94 10.62 -
YUV 104.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 96 113 84 0.15 0 0.26 0.56 95.17 0.15 0.39
Hex 60 71 54 F 0 1A 38 5F F 27
Octal 140 161 124 17 0 32 70 137 17 47
Binary 1100000 1110001 1010100 1111 0 11010 111000 1011111 1111 100111

Color Harmonies of #607154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607154

Black with #607154

Text Example


Text Example

White with #607154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607154; }

 p { color: rgb(96,113,84); }

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

background-color css

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

 a { background-color: rgb(96,113,84); }

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

border-color css

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

 span { border-color: rgb(96,113,84); }

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