#698360

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

Shades of Axolotl #698360

Tints of Axolotl #698360

Color information

#698360 (or 0x698360) is unknown color: approx Axolotl. HEX triplet: 69, 83 and 60. RGB value is (105,131,96). Sum of RGB (Red+Green+Blue) = 105+131+96=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #698360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698360 is #967C9F. Grayscale: #777777. Windows color (decimal): -9862304 or 6325097. OLE color: 6325097.

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

Color convert

RGB10513196-
CMYK0.2000.270.49
HSL104.57º15.42%44.51%-
HSV(B)104.57º26.72%51.37%-
XYZ16.0520.0814.1-
YUV119.24114.89117.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=31.63%
G=39.46%
B=28.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131960.2000.270.49104.5715.4244.51
Hex6983601401B3169f2d
Octal15120314024033611511755
Binary11010011000001111000001010001101111000111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698360; }

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

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

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

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

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

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

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

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