Html Css Color HEX #697B61 Axolotl

📋 copy color: '#697B61'

red 105 ◦ green 123 ◦ blue 97

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

Shades of Axolotl #697B61

Tints of Axolotl #697B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

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

R = 32.31%
G = 37.85%
B = 29.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#697B61 (or 0x697B61) is known color: Axolotl. HEX triplet: 69, 7B and 61. RGB value is (105,123,97). Sum of RGB (Red+Green+Blue) = 105+123+97=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #697B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B61 is #96849E. Grayscale: #727272. Windows color (decimal): -9864351 or 6388585. OLE color: 6388585.

HSL color Cylindrical-coordinate representation of color #697B61: hue angle of 101.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697B61 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 97 -
CMYK 0.15 0 0.21 0.52
HSL 101.54º 0.12% 0.43% -
HSV(B) 101.54º 0.21% 0.48% -
XYZ 15.07 18.03 14 -
YUV 114.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 105 123 97 0.15 0 0.21 0.52 101.54 0.12 0.43
Hex 69 7B 61 F 0 15 34 66 C 2B
Octal 151 173 141 17 0 25 64 146 14 53
Binary 1101001 1111011 1100001 1111 0 10101 110100 1100110 1100 101011

Color Harmonies of #697B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B61

Black with #697B61

Text Example


Text Example

White with #697B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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