#617652

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

Shades of Axolotl #617652

Tints of Axolotl #617652

Color information

#617652 (or 0x617652) is unknown color: approx Axolotl. HEX triplet: 61, 76 and 52. RGB value is (97,118,82). Sum of RGB (Red+Green+Blue) = 97+118+82=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #617652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617652 is #9E89AD. Grayscale: #6B6B6B. Windows color (decimal): -10389934 or 5404257. OLE color: 5404257.

HSL color Cylindrical-coordinate representation of color #617652: hue angle of 95º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617652 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB9711882-
CMYK0.1800.310.54
HSL95º18%39.22%-
HSV(B)95º30.51%46.27%-
XYZ12.9316.1110.41-
YUV107.62113.54120.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=32.66%
G=39.73%
B=27.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97118820.1800.310.54951839.22
Hex6176521201F365f1227
Octal14116612222037661372247
Binary11000011110110101001010010011111110110101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617652; }

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

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

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

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

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

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

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

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