#697B5E

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

Shades of Axolotl #697B5E

Tints of Axolotl #697B5E

Color information

#697B5E (or 0x697B5E) is unknown color: approx Axolotl. HEX triplet: 69, 7B and 5E. RGB value is (105,123,94). Sum of RGB (Red+Green+Blue) = 105+123+94=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #697B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B5E is #9684A1. Grayscale: #727272. Windows color (decimal): -9864354 or 6191977. OLE color: 6191977.

HSL color Cylindrical-coordinate representation of color #697B5E: hue angle of 97.24º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #697B5E is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB10512394-
CMYK0.1500.240.52
HSL97.24º13.36%42.55%-
HSV(B)97.24º23.58%48.24%-
XYZ14.9317.9813.27-
YUV114.31116.54121.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=32.61%
G=38.20%
B=29.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105123940.1500.240.5297.2413.3642.55
Hex697B5EF0183461d2b
Octal15117313617030641411553
Binary110100111110111011110111101100011010011000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,94); }

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

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

 a { background-color: rgb(105,123,94); }

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

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

 span { border-color: rgb(105,123,94); }

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