#698061

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

Shades of Axolotl #698061

Tints of Axolotl #698061

Color information

#698061 (or 0x698061) is unknown color: approx Axolotl. HEX triplet: 69, 80 and 61. RGB value is (105,128,97). Sum of RGB (Red+Green+Blue) = 105+128+97=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #698061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698061 is #967F9E. Grayscale: #757575. Windows color (decimal): -9863071 or 6389865. OLE color: 6389865.

HSL color Cylindrical-coordinate representation of color #698061: hue angle of 104.52º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698061 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB10512897-
CMYK0.1800.240.50
HSL104.52º13.78%44.12%-
HSV(B)104.52º24.22%50.2%-
XYZ15.719.314.21-
YUV117.59116.38119.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=31.82%
G=38.79%
B=29.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128970.1800.240.50104.5213.7844.12
Hex698061120183269e2c
Octal15120014122030621511654
Binary11010011000000011000011001001100011001011010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698061; }

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

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

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

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

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

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

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

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