Html Css Color HEX #607855 Axolotl

📋 copy color: '#607855'

red 96 ◦ green 120 ◦ blue 85

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

Shades of Axolotl #607855

Tints of Axolotl #607855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

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

R = 31.89%
G = 39.87%
B = 28.24%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#607855 (or 0x607855) is known color: Axolotl. HEX triplet: 60, 78 and 55. RGB value is (96,120,85). Sum of RGB (Red+Green+Blue) = 96+120+85=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #607855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607855 is #9F87AA. Grayscale: #6C6C6C. Windows color (decimal): -10454955 or 5601376. OLE color: 5601376.

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

Color convert

RGB 96 120 85 -
CMYK 0.2 0 0.29 0.53
HSL 101.14º 0.17% 0.4% -
HSV(B) 101.14º 0.29% 0.47% -
XYZ 13.18 16.58 11.1 -
YUV 108.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 96 120 85 0.2 0 0.29 0.53 101.14 0.17 0.4
Hex 60 78 55 14 0 1D 35 65 11 28
Octal 140 170 125 24 0 35 65 145 21 50
Binary 1100000 1111000 1010101 10100 0 11101 110101 1100101 10001 101000

Color Harmonies of #607855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607855

Black with #607855

Text Example


Text Example

White with #607855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607855; }

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

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

background-color css

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

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

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

border-color css

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

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

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