#697A63

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

Shades of Axolotl #697A63

Tints of Axolotl #697A63

Color information

#697A63 (or 0x697A63) is unknown color: approx Axolotl. HEX triplet: 69, 7A and 63. RGB value is (105,122,99). Sum of RGB (Red+Green+Blue) = 105+122+99=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #697A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A63 is #96859C. Grayscale: #727272. Windows color (decimal): -9864605 or 6519401. OLE color: 6519401.

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

Color convert

RGB10512299-
CMYK0.1400.190.52
HSL104.35º10.41%43.33%-
HSV(B)104.35º18.85%47.84%-
XYZ15.0417.8214.45-
YUV114.29119.37121.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=32.21%
G=37.42%
B=30.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105122990.1400.190.52104.3510.4143.33
Hex697A63E0133468a2b
Octal15117214316023641501253
Binary110100111110101100011111001001111010011010001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,122,99); }

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

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

 a { background-color: rgb(105,122,99); }

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

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

 span { border-color: rgb(105,122,99); }

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