#697D5F

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

Shades of Axolotl #697D5F

Tints of Axolotl #697D5F

Color information

#697D5F (or 0x697D5F) is unknown color: approx Axolotl. HEX triplet: 69, 7D and 5F. RGB value is (105,125,95). Sum of RGB (Red+Green+Blue) = 105+125+95=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #697D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D5F is #9682A0. Grayscale: #737373. Windows color (decimal): -9863841 or 6258025. OLE color: 6258025.

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

Color convert

RGB10512595-
CMYK0.1600.240.51
HSL100º13.64%43.14%-
HSV(B)100º24%49.02%-
XYZ15.2218.513.59-
YUV115.6116.37120.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=32.31%
G=38.46%
B=29.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125950.1600.240.5110013.6443.14
Hex697D5F100183364e2b
Octal15117513720030631441653
Binary1101001111110110111111000001100011001111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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