Html Css Color HEX #607853 Axolotl

📋 copy color: '#607853'

red 96 ◦ green 120 ◦ blue 83

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

Shades of Axolotl #607853

Tints of Axolotl #607853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 32.11%
G = 40.13%
B = 27.76%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#607853 (or 0x607853) is known color: Axolotl. HEX triplet: 60, 78 and 53. RGB value is (96,120,83). Sum of RGB (Red+Green+Blue) = 96+120+83=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #607853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607853 is #9F87AC. Grayscale: #6C6C6C. Windows color (decimal): -10454957 or 5470304. OLE color: 5470304.

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

Color convert

RGB 96 120 83 -
CMYK 0.2 0 0.31 0.53
HSL 98.92º 0.18% 0.4% -
HSV(B) 98.92º 0.31% 0.47% -
XYZ 13.1 16.54 10.69 -
YUV 108.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 96 120 83 0.2 0 0.31 0.53 98.92 0.18 0.4
Hex 60 78 53 14 0 1F 35 63 12 28
Octal 140 170 123 24 0 37 65 143 22 50
Binary 1100000 1111000 1010011 10100 0 11111 110101 1100011 10010 101000

Color Harmonies of #607853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607853

Black with #607853

Text Example


Text Example

White with #607853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607853; }

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

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

background-color css

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

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

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

border-color css

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

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

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