Html Css Color HEX #697B5D Axolotl

📋 copy color: '#697B5D'

red 105 ◦ green 123 ◦ blue 93

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

Shades of Axolotl #697B5D

Tints of Axolotl #697B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 32.71%
G = 38.32%
B = 28.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#697B5D (or 0x697B5D) is known color: Axolotl. HEX triplet: 69, 7B and 5D. RGB value is (105,123,93). Sum of RGB (Red+Green+Blue) = 105+123+93=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #697B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B5D is #9684A2. Grayscale: #727272. Windows color (decimal): -9864355 or 6126441. OLE color: 6126441.

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

Color convert

RGB 105 123 93 -
CMYK 0.15 0 0.24 0.52
HSL 96º 0.14% 0.42% -
HSV(B) 96º 0.24% 0.48% -
XYZ 14.88 17.96 13.04 -
YUV 114.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 105 123 93 0.15 0 0.24 0.52 96 0.14 0.42
Hex 69 7B 5D F 0 18 34 60 E 2A
Octal 151 173 135 17 0 30 64 140 16 52
Binary 1101001 1111011 1011101 1111 0 11000 110100 1100000 1110 101010

Color Harmonies of #697B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B5D

Black with #697B5D

Text Example


Text Example

White with #697B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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