Html Css Color HEX #697364 Axolotl

📋 copy color: '#697364'

red 105 ◦ green 115 ◦ blue 100

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

Shades of Axolotl #697364

Tints of Axolotl #697364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 32.81%
G = 35.94%
B = 31.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#697364 (or 0x697364) is known color: Axolotl. HEX triplet: 69, 73 and 64. RGB value is (105,115,100). Sum of RGB (Red+Green+Blue) = 105+115+100=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #697364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697364 is #968C9B. Grayscale: #6E6E6E. Windows color (decimal): -9866396 or 6583145. OLE color: 6583145.

HSL color Cylindrical-coordinate representation of color #697364: hue angle of 100º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697364 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 100 -
CMYK 0.09 0 0.13 0.55
HSL 100º 0.07% 0.42% -
HSV(B) 100º 0.13% 0.45% -
XYZ 14.26 16.18 14.43 -
YUV 110.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 105 115 100 0.09 0 0.13 0.55 100 0.07 0.42
Hex 69 73 64 9 0 D 37 64 7 2A
Octal 151 163 144 11 0 15 67 144 7 52
Binary 1101001 1110011 1100100 1001 0 1101 110111 1100100 111 101010

Color Harmonies of #697364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697364

Black with #697364

Text Example


Text Example

White with #697364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697364; }

 p { color: rgb(105,115,100); }

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

background-color css

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

 a { background-color: rgb(105,115,100); }

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

border-color css

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

 span { border-color: rgb(105,115,100); }

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