Html Css Color HEX #607654 Axolotl

📋 copy color: '#607654'

red 96 ◦ green 118 ◦ blue 84

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

Shades of Axolotl #607654

Tints of Axolotl #607654

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 32.21%
G = 39.6%
B = 28.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#607654 (or 0x607654) is known color: Axolotl. HEX triplet: 60, 76 and 54. RGB value is (96,118,84). Sum of RGB (Red+Green+Blue) = 96+118+84=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #607654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607654 is #9F89AB. Grayscale: #6B6B6B. Windows color (decimal): -10455468 or 5535328. OLE color: 5535328.

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

Color convert

RGB 96 118 84 -
CMYK 0.19 0 0.29 0.54
HSL 98.82º 0.17% 0.4% -
HSV(B) 98.82º 0.29% 0.46% -
XYZ 12.9 16.08 10.81 -
YUV 107.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 96 118 84 0.19 0 0.29 0.54 98.82 0.17 0.4
Hex 60 76 54 13 0 1D 36 63 11 28
Octal 140 166 124 23 0 35 66 143 21 50
Binary 1100000 1110110 1010100 10011 0 11101 110110 1100011 10001 101000

Color Harmonies of #607654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607654

Black with #607654

Text Example


Text Example

White with #607654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607654; }

 p { color: rgb(96,118,84); }

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

background-color css

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

 a { background-color: rgb(96,118,84); }

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

border-color css

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

 span { border-color: rgb(96,118,84); }

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