Html Css Color HEX #607554 Axolotl

📋 copy color: '#607554'

red 96 ◦ green 117 ◦ blue 84

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

Shades of Axolotl #607554

Tints of Axolotl #607554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 32.32%
G = 39.39%
B = 28.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#607554 (or 0x607554) is known color: Axolotl. HEX triplet: 60, 75 and 54. RGB value is (96,117,84). Sum of RGB (Red+Green+Blue) = 96+117+84=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #607554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607554 is #9F8AAB. Grayscale: #6B6B6B. Windows color (decimal): -10455724 or 5535072. OLE color: 5535072.

HSL color Cylindrical-coordinate representation of color #607554: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607554 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 84 -
CMYK 0.18 0 0.28 0.54
HSL 98.18º 0.16% 0.39% -
HSV(B) 98.18º 0.28% 0.46% -
XYZ 12.79 15.85 10.77 -
YUV 106.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 96 117 84 0.18 0 0.28 0.54 98.18 0.16 0.39
Hex 60 75 54 12 0 1C 36 62 10 27
Octal 140 165 124 22 0 34 66 142 20 47
Binary 1100000 1110101 1010100 10010 0 11100 110110 1100010 10000 100111

Color Harmonies of #607554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607554

Black with #607554

Text Example


Text Example

White with #607554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607554; }

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

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

background-color css

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

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

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

border-color css

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

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

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