#617258

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

Shades of Axolotl #617258

Tints of Axolotl #617258

Color information

#617258 (or 0x617258) is unknown color: approx Axolotl. HEX triplet: 61, 72 and 58. RGB value is (97,114,88). Sum of RGB (Red+Green+Blue) = 97+114+88=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #617258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617258 is #9E8DA7. Grayscale: #6A6A6A. Windows color (decimal): -10390952 or 5796449. OLE color: 5796449.

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

Color convert

RGB9711488-
CMYK0.1500.230.55
HSL99.23º12.87%39.61%-
HSV(B)99.23º22.81%44.71%-
XYZ12.7115.2811.51-
YUV105.95117.87121.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=32.44%
G=38.13%
B=29.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114880.1500.230.5599.2312.8739.61
Hex617258F0173763d28
Octal14116213017027671431550
Binary110000111100101011000111101011111011111000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617258; }

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

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

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

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

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

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

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

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