Html Css Color HEX #697B60 Axolotl

📋 copy color: '#697B60'

red 105 ◦ green 123 ◦ blue 96

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

Shades of Axolotl #697B60

Tints of Axolotl #697B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 32.41%
G = 37.96%
B = 29.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#697B60 (or 0x697B60) is known color: Axolotl. HEX triplet: 69, 7B and 60. RGB value is (105,123,96). Sum of RGB (Red+Green+Blue) = 105+123+96=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #697B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B60 is #96849F. Grayscale: #727272. Windows color (decimal): -9864352 or 6323049. OLE color: 6323049.

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

Color convert

RGB 105 123 96 -
CMYK 0.15 0 0.22 0.52
HSL 100º 0.12% 0.43% -
HSV(B) 100º 0.22% 0.48% -
XYZ 15.02 18.01 13.75 -
YUV 114.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 105 123 96 0.15 0 0.22 0.52 100 0.12 0.43
Hex 69 7B 60 F 0 16 34 64 C 2B
Octal 151 173 140 17 0 26 64 144 14 53
Binary 1101001 1111011 1100000 1111 0 10110 110100 1100100 1100 101011

Color Harmonies of #697B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B60

Black with #697B60

Text Example


Text Example

White with #697B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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