Html Css Color HEX #607756 Axolotl

📋 copy color: '#607756'

red 96 ◦ green 119 ◦ blue 86

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

Shades of Axolotl #607756

Tints of Axolotl #607756

RGB

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

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

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

R = 31.89%
G = 39.53%
B = 28.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#607756 (or 0x607756) is known color: Axolotl. HEX triplet: 60, 77 and 56. RGB value is (96,119,86). Sum of RGB (Red+Green+Blue) = 96+119+86=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #607756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607756 is #9F88A9. Grayscale: #6C6C6C. Windows color (decimal): -10455210 or 5666656. OLE color: 5666656.

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

Color convert

RGB 96 119 86 -
CMYK 0.19 0 0.28 0.53
HSL 101.82º 0.16% 0.4% -
HSV(B) 101.82º 0.28% 0.47% -
XYZ 13.1 16.35 11.27 -
YUV 108.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 96 119 86 0.19 0 0.28 0.53 101.82 0.16 0.4
Hex 60 77 56 13 0 1C 35 66 10 28
Octal 140 167 126 23 0 34 65 146 20 50
Binary 1100000 1110111 1010110 10011 0 11100 110101 1100110 10000 101000

Color Harmonies of #607756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607756

Black with #607756

Text Example


Text Example

White with #607756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607756; }

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

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

background-color css

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

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

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

border-color css

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

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

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