Html Css Color HEX #697B63 Axolotl

📋 copy color: '#697B63'

red 105 ◦ green 123 ◦ blue 99

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

Shades of Axolotl #697B63

Tints of Axolotl #697B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 32.11%
G = 37.61%
B = 30.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#697B63 (or 0x697B63) is known color: Axolotl. HEX triplet: 69, 7B and 63. RGB value is (105,123,99). Sum of RGB (Red+Green+Blue) = 105+123+99=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #697B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B63 is #96849C. Grayscale: #727272. Windows color (decimal): -9864349 or 6519657. OLE color: 6519657.

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

Color convert

RGB 105 123 99 -
CMYK 0.15 0 0.20 0.52
HSL 105º 0.11% 0.44% -
HSV(B) 105º 0.2% 0.48% -
XYZ 15.16 18.07 14.49 -
YUV 114.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 105 123 99 0.15 0 0.20 0.52 105 0.11 0.44
Hex 69 7B 63 F 0 14 34 69 B 2C
Octal 151 173 143 17 0 24 64 151 13 54
Binary 1101001 1111011 1100011 1111 0 10100 110100 1101001 1011 101100

Color Harmonies of #697B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B63

Black with #697B63

Text Example


Text Example

White with #697B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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