#697E5B

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

Shades of Axolotl #697E5B

Tints of Axolotl #697E5B

Color information

#697E5B (or 0x697E5B) is unknown color: approx Axolotl. HEX triplet: 69, 7E and 5B. RGB value is (105,126,91). Sum of RGB (Red+Green+Blue) = 105+126+91=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #697E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E5B is #9681A4. Grayscale: #737373. Windows color (decimal): -9863589 or 5996137. OLE color: 5996137.

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

Color convert

RGB10512691-
CMYK0.1700.280.51
HSL96º16.13%42.55%-
HSV(B)96º27.78%49.41%-
XYZ15.1718.6812.7-
YUV115.73114.04120.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=32.61%
G=39.13%
B=28.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105126910.1700.280.519616.1342.55
Hex697E5B1101C3360102b
Octal15117613321034631402053
Binary11010011111110101101110001011100110011110000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,126,91); }

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

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

 a { background-color: rgb(105,126,91); }

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

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

 span { border-color: rgb(105,126,91); }

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