#61705A

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

Shades of Axolotl #61705A

Tints of Axolotl #61705A

Color information

#61705A (or 0x61705A) is unknown color: approx Axolotl. HEX triplet: 61, 70 and 5A. RGB value is (97,112,90). Sum of RGB (Red+Green+Blue) = 97+112+90=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #61705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61705A is #9E8FA5. Grayscale: #696969. Windows color (decimal): -10391462 or 5927009. OLE color: 5927009.

HSL color Cylindrical-coordinate representation of color #61705A: hue angle of 100.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61705A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB9711290-
CMYK0.1300.200.56
HSL100.91º10.89%39.61%-
HSV(B)100.91º19.64%43.92%-
XYZ12.5714.8711.88-
YUV105.01119.53122.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=32.44%
G=37.46%
B=30.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112900.1300.200.56100.9110.8939.61
Hex61705AD0143865b28
Octal14116013215024701451350
Binary110000111100001011010110101010011100011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61705A; }

 p { color: rgb(97,112,90); }

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

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

 a { background-color: rgb(97,112,90); }

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

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

 span { border-color: rgb(97,112,90); }

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