#607853

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

Shades of Axolotl #607853

Tints of Axolotl #607853

Color information

#607853 (or 0x607853) is unknown color: approx Axolotl. HEX triplet: 60, 78 and 53. RGB value is (96,120,83). Sum of RGB (Red+Green+Blue) = 96+120+83=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #607853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607853 is #9F87AC. Grayscale: #6C6C6C. Windows color (decimal): -10454957 or 5470304. OLE color: 5470304.

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

Color convert

RGB9612083-
CMYK0.200.310.53
HSL98.92º18.23%39.8%-
HSV(B)98.92º30.83%47.06%-
XYZ13.116.5410.69-
YUV108.61113.55119.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=32.11%
G=40.13%
B=27.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120830.200.310.5398.9218.2339.8
Hex6078531401F35631228
Octal14017012324037651432250
Binary11000001111000101001110100011111110101110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607853; }

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

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

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

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

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

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

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

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