Html Css Color HEX #697562 Axolotl

📋 copy color: '#697562'

red 105 ◦ green 117 ◦ blue 98

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

Shades of Axolotl #697562

Tints of Axolotl #697562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 32.81%
G = 36.56%
B = 30.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#697562 (or 0x697562) is known color: Axolotl. HEX triplet: 69, 75 and 62. RGB value is (105,117,98). Sum of RGB (Red+Green+Blue) = 105+117+98=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #697562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697562 is #968A9D. Grayscale: #6F6F6F. Windows color (decimal): -9865886 or 6452585. OLE color: 6452585.

HSL color Cylindrical-coordinate representation of color #697562: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697562 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 98 -
CMYK 0.10 0 0.16 0.54
HSL 97.89º 0.09% 0.42% -
HSV(B) 97.89º 0.16% 0.46% -
XYZ 14.39 16.61 14 -
YUV 111.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 105 117 98 0.10 0 0.16 0.54 97.89 0.09 0.42
Hex 69 75 62 A 0 10 36 62 9 2A
Octal 151 165 142 12 0 20 66 142 11 52
Binary 1101001 1110101 1100010 1010 0 10000 110110 1100010 1001 101010

Color Harmonies of #697562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697562

Black with #697562

Text Example


Text Example

White with #697562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697562; }

 p { color: rgb(105,117,98); }

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

background-color css

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

 a { background-color: rgb(105,117,98); }

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

border-color css

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

 span { border-color: rgb(105,117,98); }

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