Html Css Color HEX #607652 Axolotl

📋 copy color: '#607652'

red 96 ◦ green 118 ◦ blue 82

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

Shades of Axolotl #607652

Tints of Axolotl #607652

RGB

 RED value IS 96 (37.89% from 255) = 32.43%

 GREEN value IS 118 (46.48% from 255) = 39.86%

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

R = 32.43%
G = 39.86%
B = 27.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#607652 (or 0x607652) is known color: Axolotl. HEX triplet: 60, 76 and 52. RGB value is (96,118,82). Sum of RGB (Red+Green+Blue) = 96+118+82=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #607652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607652 is #9F89AD. Grayscale: #6B6B6B. Windows color (decimal): -10455470 or 5404256. OLE color: 5404256.

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

Color convert

RGB 96 118 82 -
CMYK 0.19 0 0.31 0.54
HSL 96.67º 0.18% 0.39% -
HSV(B) 96.67º 0.31% 0.46% -
XYZ 12.83 16.05 10.41 -
YUV 107.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 96 118 82 0.19 0 0.31 0.54 96.67 0.18 0.39
Hex 60 76 52 13 0 1F 36 61 12 27
Octal 140 166 122 23 0 37 66 141 22 47
Binary 1100000 1110110 1010010 10011 0 11111 110110 1100001 10010 100111

Color Harmonies of #607652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607652

Black with #607652

Text Example


Text Example

White with #607652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607652; }

 p { color: rgb(96,118,82); }

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

background-color css

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

 a { background-color: rgb(96,118,82); }

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

border-color css

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

 span { border-color: rgb(96,118,82); }

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