Html Css Color HEX #61705A Axolotl

📋 copy color: '#61705A'

red 97 ◦ green 112 ◦ blue 90

#61705A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #61705A

Tints of Axolotl #61705A

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.1%

R = 32.44%
G = 37.46%
B = 30.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#61705A (or 0x61705A) is known color: 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

RGB 97 112 90 -
CMYK 0.13 0 0.20 0.56
HSL 100.91º 0.11% 0.4% -
HSV(B) 100.91º 0.2% 0.44% -
XYZ 12.57 14.87 11.88 -
YUV 105.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 97 112 90 0.13 0 0.20 0.56 100.91 0.11 0.4
Hex 61 70 5A D 0 14 38 65 B 28
Octal 141 160 132 15 0 24 70 145 13 50
Binary 1100001 1110000 1011010 1101 0 10100 111000 1100101 1011 101000

Color Harmonies of #61705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61705A

Black with #61705A

Text Example


Text Example

White with #61705A

Text Example


Text Example

HTML Codes & Css Web 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>