Html Css Color HEX #697A62 Axolotl

📋 copy color: '#697A62'

red 105 ◦ green 122 ◦ blue 98

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

Shades of Axolotl #697A62

Tints of Axolotl #697A62

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.54%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 32.31%
G = 37.54%
B = 30.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#697A62 (or 0x697A62) is known color: Axolotl. HEX triplet: 69, 7A and 62. RGB value is (105,122,98). Sum of RGB (Red+Green+Blue) = 105+122+98=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #697A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A62 is #96859D. Grayscale: #727272. Windows color (decimal): -9864606 or 6453865. OLE color: 6453865.

HSL color Cylindrical-coordinate representation of color #697A62: hue angle of 102.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697A62 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 98 -
CMYK 0.14 0 0.20 0.52
HSL 102.5º 0.11% 0.43% -
HSV(B) 102.5º 0.2% 0.48% -
XYZ 14.99 17.8 14.2 -
YUV 114.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 105 122 98 0.14 0 0.20 0.52 102.5 0.11 0.43
Hex 69 7A 62 E 0 14 34 66 B 2B
Octal 151 172 142 16 0 24 64 146 13 53
Binary 1101001 1111010 1100010 1110 0 10100 110100 1100110 1011 101011

Color Harmonies of #697A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A62

Black with #697A62

Text Example


Text Example

White with #697A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697A62; }

 p { color: rgb(105,122,98); }

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

background-color css

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

 a { background-color: rgb(105,122,98); }

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

border-color css

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

 span { border-color: rgb(105,122,98); }

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