#607852

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

Shades of Axolotl #607852

Tints of Axolotl #607852

Color information

#607852 (or 0x607852) is unknown color: approx Axolotl. HEX triplet: 60, 78 and 52. RGB value is (96,120,82). Sum of RGB (Red+Green+Blue) = 96+120+82=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #607852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607852 is #9F87AD. Grayscale: #6C6C6C. Windows color (decimal): -10454958 or 5404768. OLE color: 5404768.

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

Color convert

RGB9612082-
CMYK0.200.320.53
HSL97.89º18.81%39.61%-
HSV(B)97.89º31.67%47.06%-
XYZ13.0616.5310.48-
YUV108.49113.05119.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=32.21%
G=40.27%
B=27.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120820.200.320.5397.8918.8139.61
Hex6078521402035621328
Octal14017012224040651422350
Binary110000011110001010010101000100000110101110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607852; }

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

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

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

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

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

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

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

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