#697A62

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

Shades of Axolotl #697A62

Tints of Axolotl #697A62

Color information

#697A62 (or 0x697A62) is unknown color: approx Axolotl. HEX triplet: 69, 7A and 62. RGB value is (105,122,98). Sum of RGB (Red+Green+Blue) = 105+122+98=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #697A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A62 is #96859D. Grayscale: #727272. Windows color (decimal): -9864606 or 6453865. OLE color: 6453865.

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

Color convert

RGB10512298-
CMYK0.1400.200.52
HSL102.5º10.91%43.14%-
HSV(B)102.5º19.67%47.84%-
XYZ14.9917.814.2-
YUV114.18118.87121.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=32.31%
G=37.54%
B=30.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105122980.1400.200.52102.510.9143.14
Hex697A62E0143466b2b
Octal15117214216024641461353
Binary110100111110101100010111001010011010011001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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