#697B61

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

Shades of Axolotl #697B61

Tints of Axolotl #697B61

Color information

#697B61 (or 0x697B61) is unknown color: approx Axolotl. HEX triplet: 69, 7B and 61. RGB value is (105,123,97). Sum of RGB (Red+Green+Blue) = 105+123+97=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #697B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B61 is #96849E. Grayscale: #727272. Windows color (decimal): -9864351 or 6388585. OLE color: 6388585.

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

Color convert

RGB10512397-
CMYK0.1500.210.52
HSL101.54º11.82%43.14%-
HSV(B)101.54º21.14%48.24%-
XYZ15.0718.0314-
YUV114.65118.04121.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=32.31%
G=37.85%
B=29.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105123970.1500.210.52101.5411.8243.14
Hex697B61F0153466c2b
Octal15117314117025641461453
Binary110100111110111100001111101010111010011001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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