Html Css Color HEX #607656 Axolotl

📋 copy color: '#607656'

red 96 ◦ green 118 ◦ blue 86

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

Shades of Axolotl #607656

Tints of Axolotl #607656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 32%
G = 39.33%
B = 28.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#607656 (or 0x607656) is known color: Axolotl. HEX triplet: 60, 76 and 56. RGB value is (96,118,86). Sum of RGB (Red+Green+Blue) = 96+118+86=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #607656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607656 is #9F89A9. Grayscale: #6B6B6B. Windows color (decimal): -10455466 or 5666400. OLE color: 5666400.

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

Color convert

RGB 96 118 86 -
CMYK 0.19 0 0.27 0.54
HSL 101.25º 0.16% 0.4% -
HSV(B) 101.25º 0.27% 0.46% -
XYZ 12.98 16.12 11.23 -
YUV 107.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 96 118 86 0.19 0 0.27 0.54 101.25 0.16 0.4
Hex 60 76 56 13 0 1B 36 65 10 28
Octal 140 166 126 23 0 33 66 145 20 50
Binary 1100000 1110110 1010110 10011 0 11011 110110 1100101 10000 101000

Color Harmonies of #607656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607656

Black with #607656

Text Example


Text Example

White with #607656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607656; }

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

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

background-color css

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

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

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

border-color css

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

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

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