#617254

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

Shades of Axolotl #617254

Tints of Axolotl #617254

Color information

#617254 (or 0x617254) is unknown color: approx Axolotl. HEX triplet: 61, 72 and 54. RGB value is (97,114,84). Sum of RGB (Red+Green+Blue) = 97+114+84=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #617254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617254 is #9E8DAB. Grayscale: #696969. Windows color (decimal): -10390956 or 5534305. OLE color: 5534305.

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

Color convert

RGB9711484-
CMYK0.1500.260.55
HSL94º15.15%38.82%-
HSV(B)94º26.32%44.71%-
XYZ12.5515.2210.66-
YUV105.5115.87121.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=32.88%
G=38.64%
B=28.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114840.1500.260.559415.1538.82
Hex617254F01A375ef27
Octal14116212417032671361747
Binary110000111100101010100111101101011011110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617254; }

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

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

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

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

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

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

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

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