#607554

Color #607554 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #607554

Tints of Axolotl #607554

Color information

#607554 (or 0x607554) is unknown color: approx 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

RGB9611784-
CMYK0.1800.280.54
HSL98.18º16.42%39.41%-
HSV(B)98.18º28.21%45.88%-
XYZ12.7915.8510.77-
YUV106.96115.04120.18-

RGB Variations

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

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.20% from 255) = 28.28%
R=32.32%
G=39.39%
B=28.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117840.1800.280.5498.1816.4239.41
Hex6075541201C36621027
Octal14016512422034661422047
Binary11000001110101101010010010011100110110110001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>