#698158

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

Shades of Axolotl #698158

Tints of Axolotl #698158

Color information

#698158 (or 0x698158) is unknown color: approx Axolotl. HEX triplet: 69, 81 and 58. RGB value is (105,129,88). Sum of RGB (Red+Green+Blue) = 105+129+88=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #698158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698158 is #967EA7. Grayscale: #757575. Windows color (decimal): -9862824 or 5800297. OLE color: 5800297.

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

Color convert

RGB10512988-
CMYK0.1900.320.49
HSL95.12º18.89%42.55%-
HSV(B)95.12º31.78%50.59%-
XYZ15.4419.4112.17-
YUV117.15111.55119.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=32.61%
G=40.06%
B=27.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129880.1900.320.4995.1218.8942.55
Hex69815813020315f132b
Octal15120113023040611372353
Binary1101001100000011011000100110100000110001101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698158; }

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

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

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

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

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

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

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

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