Html Css Color HEX #698060 Axolotl

📋 copy color: '#698060'

red 105 ◦ green 128 ◦ blue 96

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

Shades of Axolotl #698060

Tints of Axolotl #698060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 31.91%
G = 38.91%
B = 29.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#698060 (or 0x698060) is known color: Axolotl. HEX triplet: 69, 80 and 60. RGB value is (105,128,96). Sum of RGB (Red+Green+Blue) = 105+128+96=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #698060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698060 is #967F9F. Grayscale: #757575. Windows color (decimal): -9863072 or 6324329. OLE color: 6324329.

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

Color convert

RGB 105 128 96 -
CMYK 0.18 0 0.25 0.50
HSL 103.13º 0.14% 0.44% -
HSV(B) 103.13º 0.25% 0.5% -
XYZ 15.66 19.29 13.96 -
YUV 117.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 105 128 96 0.18 0 0.25 0.50 103.13 0.14 0.44
Hex 69 80 60 12 0 19 32 67 E 2C
Octal 151 200 140 22 0 31 62 147 16 54
Binary 1101001 10000000 1100000 10010 0 11001 110010 1100111 1110 101100

Color Harmonies of #698060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698060

Black with #698060

Text Example


Text Example

White with #698060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698060; }

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

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

background-color css

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

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

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

border-color css

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

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

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