#697761

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

Shades of Axolotl #697761

Tints of Axolotl #697761

Color information

#697761 (or 0x697761) is unknown color: approx Axolotl. HEX triplet: 69, 77 and 61. RGB value is (105,119,97). Sum of RGB (Red+Green+Blue) = 105+119+97=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #697761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697761 is #96889E. Grayscale: #707070. Windows color (decimal): -9865375 or 6387561. OLE color: 6387561.

HSL color Cylindrical-coordinate representation of color #697761: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697761 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB10511997-
CMYK0.1200.180.53
HSL98.18º10.19%42.35%-
HSV(B)98.18º18.49%46.67%-
XYZ14.5817.0613.83-
YUV112.31119.36122.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=32.71%
G=37.07%
B=30.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119970.1200.180.5398.1810.1942.35
Hex697761C0123562a2a
Octal15116714114022651421252
Binary110100111101111100001110001001011010111000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697761; }

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

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

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

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

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

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

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

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