#697D61

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

Shades of Axolotl #697D61

Tints of Axolotl #697D61

Color information

#697D61 (or 0x697D61) is unknown color: approx Axolotl. HEX triplet: 69, 7D and 61. RGB value is (105,125,97). Sum of RGB (Red+Green+Blue) = 105+125+97=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #697D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D61 is #96829E. Grayscale: #737373. Windows color (decimal): -9863839 or 6389097. OLE color: 6389097.

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

Color convert

RGB10512597-
CMYK0.1600.220.51
HSL102.86º12.61%43.53%-
HSV(B)102.86º22.4%49.02%-
XYZ15.3218.5314.08-
YUV115.83117.37120.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=32.11%
G=38.23%
B=29.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125970.1600.220.51102.8612.6143.53
Hex697D61100163367d2c
Octal15117514120026631471554
Binary1101001111110111000011000001011011001111001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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