Html Css Color HEX #698159 Axolotl

📋 copy color: '#698159'

red 105 ◦ green 129 ◦ blue 89

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

Shades of Axolotl #698159

Tints of Axolotl #698159

RGB

 RED value IS 105 (41.41% from 255) = 32.51%

 GREEN value IS 129 (50.78% from 255) = 39.94%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 32.51%
G = 39.94%
B = 27.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#698159 (or 0x698159) is known color: Axolotl. HEX triplet: 69, 81 and 59. RGB value is (105,129,89). Sum of RGB (Red+Green+Blue) = 105+129+89=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #698159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698159 is #967EA6. Grayscale: #757575. Windows color (decimal): -9862823 or 5865833. OLE color: 5865833.

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

Color convert

RGB 105 129 89 -
CMYK 0.19 0 0.31 0.49
HSL 96º 0.18% 0.43% -
HSV(B) 96º 0.31% 0.51% -
XYZ 15.48 19.43 12.38 -
YUV 117.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 105 129 89 0.19 0 0.31 0.49 96 0.18 0.43
Hex 69 81 59 13 0 1F 31 60 12 2B
Octal 151 201 131 23 0 37 61 140 22 53
Binary 1101001 10000001 1011001 10011 0 11111 110001 1100000 10010 101011

Color Harmonies of #698159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698159

Black with #698159

Text Example


Text Example

White with #698159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698159; }

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

 H1.HeaderClassName
 {
   color: #698159;
 }
 .AnyTagClassName
 {
   color: #698159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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