#697F62

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

Shades of Axolotl #697F62

Tints of Axolotl #697F62

Color information

#697F62 (or 0x697F62) is unknown color: approx Axolotl. HEX triplet: 69, 7F and 62. RGB value is (105,127,98). Sum of RGB (Red+Green+Blue) = 105+127+98=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #697F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F62 is #96809D. Grayscale: #757575. Windows color (decimal): -9863326 or 6455145. OLE color: 6455145.

HSL color Cylindrical-coordinate representation of color #697F62: hue angle of 105.52º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697F62 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB10512798-
CMYK0.1700.230.50
HSL105.52º12.89%44.12%-
HSV(B)105.52º22.83%49.8%-
XYZ15.6219.0614.41-
YUV117.12117.21119.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=31.82%
G=38.48%
B=29.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105127980.1700.230.50105.5212.8944.12
Hex697F6211017326ad2c
Octal15117714221027621521554
Binary1101001111111111000101000101011111001011010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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