Html Css Color HEX #697065 Axolotl

📋 copy color: '#697065'

red 105 ◦ green 112 ◦ blue 101

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

Shades of Axolotl #697065

Tints of Axolotl #697065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

 BLUE value IS 101 (39.84% from 255) = 31.76%

R = 33.02%
G = 35.22%
B = 31.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#697065 (or 0x697065) is known color: Axolotl. HEX triplet: 69, 70 and 65. RGB value is (105,112,101). Sum of RGB (Red+Green+Blue) = 105+112+101=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #697065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697065 is #968F9A. Grayscale: #6C6C6C. Windows color (decimal): -9867163 or 6647913. OLE color: 6647913.

HSL color Cylindrical-coordinate representation of color #697065: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697065 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 101 -
CMYK 0.06 0 0.10 0.56
HSL 98.18º 0.05% 0.42% -
HSV(B) 98.18º 0.1% 0.44% -
XYZ 13.97 15.53 14.57 -
YUV 108.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 105 112 101 0.06 0 0.10 0.56 98.18 0.05 0.42
Hex 69 70 65 6 0 A 38 62 5 2A
Octal 151 160 145 6 0 12 70 142 5 52
Binary 1101001 1110000 1100101 110 0 1010 111000 1100010 101 101010

Color Harmonies of #697065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697065

Black with #697065

Text Example


Text Example

White with #697065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697065; }

 p { color: rgb(105,112,101); }

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

background-color css

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

 a { background-color: rgb(105,112,101); }

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

border-color css

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

 span { border-color: rgb(105,112,101); }

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