Html Css Color HEX #697661 Axolotl

📋 copy color: '#697661'

red 105 ◦ green 118 ◦ blue 97

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

Shades of Axolotl #697661

Tints of Axolotl #697661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

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

R = 32.81%
G = 36.88%
B = 30.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#697661 (or 0x697661) is known color: Axolotl. HEX triplet: 69, 76 and 61. RGB value is (105,118,97). Sum of RGB (Red+Green+Blue) = 105+118+97=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #697661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697661 is #96899E. Grayscale: #6F6F6F. Windows color (decimal): -9865631 or 6387305. OLE color: 6387305.

HSL color Cylindrical-coordinate representation of color #697661: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697661 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 97 -
CMYK 0.11 0 0.18 0.54
HSL 97.14º 0.1% 0.42% -
HSV(B) 97.14º 0.18% 0.46% -
XYZ 14.46 16.82 13.79 -
YUV 111.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 105 118 97 0.11 0 0.18 0.54 97.14 0.1 0.42
Hex 69 76 61 B 0 12 36 61 A 2A
Octal 151 166 141 13 0 22 66 141 12 52
Binary 1101001 1110110 1100001 1011 0 10010 110110 1100001 1010 101010

Color Harmonies of #697661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697661

Black with #697661

Text Example


Text Example

White with #697661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697661; }

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

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

background-color css

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

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

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

border-color css

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

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

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