#697C5C

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

Shades of Axolotl #697C5C

Tints of Axolotl #697C5C

Color information

#697C5C (or 0x697C5C) is unknown color: approx Axolotl. HEX triplet: 69, 7C and 5C. RGB value is (105,124,92). Sum of RGB (Red+Green+Blue) = 105+124+92=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #697C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C5C is #9683A3. Grayscale: #727272. Windows color (decimal): -9864100 or 6061161. OLE color: 6061161.

HSL color Cylindrical-coordinate representation of color #697C5C: hue angle of 95.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697C5C is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB10512492-
CMYK0.1500.260.51
HSL95.62º14.81%42.35%-
HSV(B)95.62º25.81%48.63%-
XYZ14.9718.1912.85-
YUV114.67115.21121.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=32.71%
G=38.63%
B=28.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105124920.1500.260.5195.6214.8142.35
Hex697C5CF01A3360f2a
Octal15117413417032631401752
Binary110100111111001011100111101101011001111000001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697C5C; }

 p { color: rgb(105,124,92); }

 H1.HeaderClassName
 {
   color: #697C5C;
 }
 .AnyTagClassName
 {
   color: #697C5C;
 }
</style>
background-color css

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

 a { background-color: rgb(105,124,92); }

 div.DivClassName
 {
   background-color: #697C5C;
 }
 .BgClassName
 {
   background-color: #697C5C;
 }
</style>
border-color css

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

 span { border-color: rgb(105,124,92); }

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