Html Css Color HEX #697265 Axolotl

📋 copy color: '#697265'

red 105 ◦ green 114 ◦ blue 101

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

Shades of Axolotl #697265

Tints of Axolotl #697265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 32.81%
G = 35.63%
B = 31.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#697265 (or 0x697265) is known color: Axolotl. HEX triplet: 69, 72 and 65. RGB value is (105,114,101). Sum of RGB (Red+Green+Blue) = 105+114+101=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #697265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697265 is #968D9A. Grayscale: #6D6D6D. Windows color (decimal): -9866651 or 6648425. OLE color: 6648425.

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

Color convert

RGB 105 114 101 -
CMYK 0.08 0 0.11 0.55
HSL 101.54º 0.06% 0.42% -
HSV(B) 101.54º 0.11% 0.45% -
XYZ 14.19 15.98 14.65 -
YUV 109.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 105 114 101 0.08 0 0.11 0.55 101.54 0.06 0.42
Hex 69 72 65 8 0 B 37 66 6 2A
Octal 151 162 145 10 0 13 67 146 6 52
Binary 1101001 1110010 1100101 1000 0 1011 110111 1100110 110 101010

Color Harmonies of #697265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697265

Black with #697265

Text Example


Text Example

White with #697265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697265; }

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

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

background-color css

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

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

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

border-color css

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

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

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