#617852

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

Shades of Axolotl #617852

Tints of Axolotl #617852

Color information

#617852 (or 0x617852) is unknown color: approx Axolotl. HEX triplet: 61, 78 and 52. RGB value is (97,120,82). Sum of RGB (Red+Green+Blue) = 97+120+82=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #617852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617852 is #9E87AD. Grayscale: #6C6C6C. Windows color (decimal): -10389422 or 5404769. OLE color: 5404769.

HSL color Cylindrical-coordinate representation of color #617852: hue angle of 96.32º 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 #617852 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB9712082-
CMYK0.1900.320.53
HSL96.32º18.81%39.61%-
HSV(B)96.32º31.67%47.06%-
XYZ13.1716.5810.49-
YUV108.79112.88119.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=32.44%
G=40.13%
B=27.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120820.1900.320.5396.3218.8139.61
Hex6178521302035601328
Octal14117012223040651402350
Binary110000111110001010010100110100000110101110000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617852; }

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

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

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

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

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

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

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

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