Html Css Color HEX #617752 Axolotl

📋 copy color: '#617752'

red 97 ◦ green 119 ◦ blue 82

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

Shades of Axolotl #617752

Tints of Axolotl #617752

RGB

 RED value IS 97 (38.28% from 255) = 32.55%

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 32.55%
G = 39.93%
B = 27.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#617752 (or 0x617752) is known color: Axolotl. HEX triplet: 61, 77 and 52. RGB value is (97,119,82). Sum of RGB (Red+Green+Blue) = 97+119+82=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #617752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617752 is #9E88AD. Grayscale: #6C6C6C. Windows color (decimal): -10389678 or 5404513. OLE color: 5404513.

HSL color Cylindrical-coordinate representation of color #617752: hue angle of 95.68º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617752 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 82 -
CMYK 0.18 0 0.31 0.53
HSL 95.68º 0.18% 0.39% -
HSV(B) 95.68º 0.31% 0.47% -
XYZ 13.05 16.34 10.45 -
YUV 108.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 97 119 82 0.18 0 0.31 0.53 95.68 0.18 0.39
Hex 61 77 52 12 0 1F 35 60 12 27
Octal 141 167 122 22 0 37 65 140 22 47
Binary 1100001 1110111 1010010 10010 0 11111 110101 1100000 10010 100111

Color Harmonies of #617752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617752

Black with #617752

Text Example


Text Example

White with #617752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617752; }

 p { color: rgb(97,119,82); }

 H1.HeaderClassName
 {
   color: #617752;
 }
 .AnyTagClassName
 {
   color: #617752;
 }
</style>

background-color css

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

 a { background-color: rgb(97,119,82); }

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

border-color css

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

 span { border-color: rgb(97,119,82); }

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