#698160

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

Shades of Axolotl #698160

Tints of Axolotl #698160

Color information

#698160 (or 0x698160) is unknown color: approx Axolotl. HEX triplet: 69, 81 and 60. RGB value is (105,129,96). Sum of RGB (Red+Green+Blue) = 105+129+96=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #698160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698160 is #967E9F. Grayscale: #767676. Windows color (decimal): -9862816 or 6324585. OLE color: 6324585.

HSL color Cylindrical-coordinate representation of color #698160: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698160 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB10512996-
CMYK0.1900.260.49
HSL103.64º14.67%44.12%-
HSV(B)103.64º25.58%50.59%-
XYZ15.7919.5514.01-
YUV118.06115.55118.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=31.82%
G=39.09%
B=29.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129960.1900.260.49103.6414.6744.12
Hex6981601301A3168f2c
Octal15120114023032611501754
Binary11010011000000111000001001101101011000111010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698160; }

 p { color: rgb(105,129,96); }

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

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

 a { background-color: rgb(105,129,96); }

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

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

 span { border-color: rgb(105,129,96); }

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