#697D5C

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

Shades of Axolotl #697D5C

Tints of Axolotl #697D5C

Color information

#697D5C (or 0x697D5C) is unknown color: approx Axolotl. HEX triplet: 69, 7D and 5C. RGB value is (105,125,92). Sum of RGB (Red+Green+Blue) = 105+125+92=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #697D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D5C is #9682A3. Grayscale: #737373. Windows color (decimal): -9863844 or 6061417. OLE color: 6061417.

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

Color convert

RGB10512592-
CMYK0.1600.260.51
HSL96.36º15.21%42.55%-
HSV(B)96.36º26.4%49.02%-
XYZ15.0918.4412.89-
YUV115.26114.87120.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=32.61%
G=38.82%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125920.1600.260.5196.3615.2142.55
Hex697D5C1001A3360f2b
Octal15117513420032631401753
Binary1101001111110110111001000001101011001111000001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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