#698161

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

Shades of Axolotl #698161

Tints of Axolotl #698161

Color information

#698161 (or 0x698161) is unknown color: approx Axolotl. HEX triplet: 69, 81 and 61. RGB value is (105,129,97). Sum of RGB (Red+Green+Blue) = 105+129+97=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #698161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698161 is #967E9E. Grayscale: #767676. Windows color (decimal): -9862815 or 6390121. OLE color: 6390121.

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

Color convert

RGB10512997-
CMYK0.1900.250.49
HSL105º14.16%44.31%-
HSV(B)105º24.81%50.59%-
XYZ15.8319.5714.25-
YUV118.18116.05118.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=31.72%
G=38.97%
B=29.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129970.1900.250.4910514.1644.31
Hex698161130193169e2c
Octal15120114123031611511654
Binary11010011000000111000011001101100111000111010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698161; }

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

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

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

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

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

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

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

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