#697066

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

Shades of Axolotl #697066

Tints of Axolotl #697066

Color information

#697066 (or 0x697066) is unknown color: approx Axolotl. HEX triplet: 69, 70 and 66. RGB value is (105,112,102). Sum of RGB (Red+Green+Blue) = 105+112+102=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #697066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697066 is #968F99. Grayscale: #6C6C6C. Windows color (decimal): -9867162 or 6713449. OLE color: 6713449.

HSL color Cylindrical-coordinate representation of color #697066: hue angle of 102º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697066 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB105112102-
CMYK0.0600.090.56
HSL102º4.67%41.96%-
HSV(B)102º8.93%43.92%-
XYZ14.0215.5514.83-
YUV108.77124.18125.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=32.92%
G=35.11%
B=31.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051121020.0600.090.561024.6741.96
Hex697066609386652a
Octal151160146601170146552
Binary110100111100001100110110010011110001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697066; }

 p { color: rgb(105,112,102); }

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

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

 a { background-color: rgb(105,112,102); }

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

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

 span { border-color: rgb(105,112,102); }

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