Html Css Color HEX #607255 Axolotl

📋 copy color: '#607255'

red 96 ◦ green 114 ◦ blue 85

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

Shades of Axolotl #607255

Tints of Axolotl #607255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 32.54%
G = 38.64%
B = 28.81%

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

#607255 (or 0x607255) is known color: Axolotl. HEX triplet: 60, 72 and 55. RGB value is (96,114,85). Sum of RGB (Red+Green+Blue) = 96+114+85=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #607255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607255 is #9F8DAA. Grayscale: #696969. Windows color (decimal): -10456491 or 5599840. OLE color: 5599840.

HSL color Cylindrical-coordinate representation of color #607255: hue angle of 97.24º degrees, saturation: 0.15, 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 #607255 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 85 -
CMYK 0.16 0 0.25 0.55
HSL 97.24º 0.15% 0.39% -
HSV(B) 97.24º 0.25% 0.45% -
XYZ 12.48 15.18 10.87 -
YUV 105.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 96 114 85 0.16 0 0.25 0.55 97.24 0.15 0.39
Hex 60 72 55 10 0 19 37 61 F 27
Octal 140 162 125 20 0 31 67 141 17 47
Binary 1100000 1110010 1010101 10000 0 11001 110111 1100001 1111 100111

Color Harmonies of #607255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607255

Black with #607255

Text Example


Text Example

White with #607255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607255; }

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

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

background-color css

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

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

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

border-color css

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

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

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