#697762

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

Shades of Axolotl #697762

Tints of Axolotl #697762

Color information

#697762 (or 0x697762) is unknown color: approx Axolotl. HEX triplet: 69, 77 and 62. RGB value is (105,119,98). Sum of RGB (Red+Green+Blue) = 105+119+98=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #697762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697762 is #96889D. Grayscale: #707070. Windows color (decimal): -9865374 or 6453097. OLE color: 6453097.

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

Color convert

RGB10511998-
CMYK0.1200.180.53
HSL100º9.68%42.55%-
HSV(B)100º17.65%46.67%-
XYZ14.6317.0814.08-
YUV112.42119.86122.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=32.61%
G=36.96%
B=30.43%

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
Decimal105119980.1200.180.531009.6842.55
Hex697762C0123564a2b
Octal15116714214022651441253
Binary110100111101111100010110001001011010111001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697762; }

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

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

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

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

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

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

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

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