Html Css Color HEX #607256 Axolotl

📋 copy color: '#607256'

red 96 ◦ green 114 ◦ blue 86

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

Shades of Axolotl #607256

Tints of Axolotl #607256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

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

R = 32.43%
G = 38.51%
B = 29.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#607256 (or 0x607256) is known color: Axolotl. HEX triplet: 60, 72 and 56. RGB value is (96,114,86). Sum of RGB (Red+Green+Blue) = 96+114+86=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #607256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607256 is #9F8DA9. Grayscale: #696969. Windows color (decimal): -10456490 or 5665376. OLE color: 5665376.

HSL color Cylindrical-coordinate representation of color #607256: hue angle of 98.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607256 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 86 -
CMYK 0.16 0 0.25 0.55
HSL 98.57º 0.14% 0.39% -
HSV(B) 98.57º 0.25% 0.45% -
XYZ 12.52 15.19 11.08 -
YUV 105.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 96 114 86 0.16 0 0.25 0.55 98.57 0.14 0.39
Hex 60 72 56 10 0 19 37 63 E 27
Octal 140 162 126 20 0 31 67 143 16 47
Binary 1100000 1110010 1010110 10000 0 11001 110111 1100011 1110 100111

Color Harmonies of #607256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607256

Black with #607256

Text Example


Text Example

White with #607256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607256; }

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

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

background-color css

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

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

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

border-color css

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

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

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