#617256

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

Shades of Axolotl #617256

Tints of Axolotl #617256

Color information

#617256 (or 0x617256) is unknown color: approx Axolotl. HEX triplet: 61, 72 and 56. RGB value is (97,114,86). Sum of RGB (Red+Green+Blue) = 97+114+86=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #617256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617256 is #9E8DA9. Grayscale: #696969. Windows color (decimal): -10390954 or 5665377. OLE color: 5665377.

HSL color Cylindrical-coordinate representation of color #617256: hue angle of 96.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617256 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB9711486-
CMYK0.1500.250.55
HSL96.43º14%39.22%-
HSV(B)96.43º24.56%44.71%-
XYZ12.6315.2511.08-
YUV105.72116.87121.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=32.66%
G=38.38%
B=28.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114860.1500.250.5596.431439.22
Hex617256F0193760e27
Octal14116212617031671401647
Binary110000111100101010110111101100111011111000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617256; }

 p { color: rgb(97,114,86); }

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

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

 a { background-color: rgb(97,114,86); }

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

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

 span { border-color: rgb(97,114,86); }

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