Html Css Color HEX #698261 Axolotl

📋 copy color: '#698261'

red 105 ◦ green 130 ◦ blue 97

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

Shades of Axolotl #698261

Tints of Axolotl #698261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 31.63%
G = 39.16%
B = 29.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#698261 (or 0x698261) is known color: Axolotl. HEX triplet: 69, 82 and 61. RGB value is (105,130,97). Sum of RGB (Red+Green+Blue) = 105+130+97=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #698261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698261 is #967D9E. Grayscale: #767676. Windows color (decimal): -9862559 or 6390377. OLE color: 6390377.

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

Color convert

RGB 105 130 97 -
CMYK 0.19 0 0.25 0.49
HSL 105.45º 0.15% 0.45% -
HSV(B) 105.45º 0.25% 0.51% -
XYZ 15.97 19.83 14.3 -
YUV 118.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 105 130 97 0.19 0 0.25 0.49 105.45 0.15 0.45
Hex 69 82 61 13 0 19 31 69 F 2D
Octal 151 202 141 23 0 31 61 151 17 55
Binary 1101001 10000010 1100001 10011 0 11001 110001 1101001 1111 101101

Color Harmonies of #698261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698261

Black with #698261

Text Example


Text Example

White with #698261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698261; }

 p { color: rgb(105,130,97); }

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

background-color css

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

 a { background-color: rgb(105,130,97); }

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

border-color css

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

 span { border-color: rgb(105,130,97); }

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