Html Css Color HEX #698160 Axolotl

📋 copy color: '#698160'

red 105 ◦ green 129 ◦ blue 96

#698160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #698160

Tints of Axolotl #698160

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 value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#698160 (or 0x698160) is known color: 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

RGB 105 129 96 -
CMYK 0.19 0 0.26 0.49
HSL 103.64º 0.15% 0.44% -
HSV(B) 103.64º 0.26% 0.51% -
XYZ 15.79 19.55 14.01 -
YUV 118.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 105 129 96 0.19 0 0.26 0.49 103.64 0.15 0.44
Hex 69 81 60 13 0 1A 31 68 F 2C
Octal 151 201 140 23 0 32 61 150 17 54
Binary 1101001 10000001 1100000 10011 0 11010 110001 1101000 1111 101100

Color Harmonies of #698160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698160

Black with #698160

Text Example


Text Example

White with #698160

Text Example


Text Example

HTML Codes & Css Web 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>