#607854

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

Shades of Axolotl #607854

Tints of Axolotl #607854

Color information

#607854 (or 0x607854) is unknown color: approx Axolotl. HEX triplet: 60, 78 and 54. RGB value is (96,120,84). Sum of RGB (Red+Green+Blue) = 96+120+84=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #607854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607854 is #9F87AB. Grayscale: #6C6C6C. Windows color (decimal): -10454956 or 5535840. OLE color: 5535840.

HSL color Cylindrical-coordinate representation of color #607854: hue angle of 100º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607854 is Cyan = 0.2, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB9612084-
CMYK0.200.30.53
HSL100º17.65%40%-
HSV(B)100º30%47.06%-
XYZ13.1416.5610.89-
YUV108.72114.05118.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 28%
R=32%
G=40%
B=28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120840.200.30.5310017.6540
Hex6078541401E35641228
Octal14017012424036651442250
Binary11000001111000101010010100011110110101110010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607854; }

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

 H1.HeaderClassName
 {
   color: #607854;
 }
 .AnyTagClassName
 {
   color: #607854;
 }
</style>
background-color css

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

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

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

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

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

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