#607256

Color #607256 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #607256

Tints of Axolotl #607256

Color information

#607256 (or 0x607256) is unknown color: approx 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

RGB9611486-
CMYK0.1600.250.55
HSL98.57º14%39.22%-
HSV(B)98.57º24.56%44.71%-
XYZ12.5215.1911.08-
YUV105.43117.04121.28-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114860.1600.250.5598.571439.22
Hex607256100193763e27
Octal14016212620031671431647
Binary1100000111001010101101000001100111011111000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>