Html Css Color HEX #697762 Axolotl

📋 copy color: '#697762'

red 105 ◦ green 119 ◦ blue 98

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

Shades of Axolotl #697762

Tints of Axolotl #697762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 32.61%
G = 36.96%
B = 30.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#697762 (or 0x697762) is known color: Axolotl. HEX triplet: 69, 77 and 62. RGB value is (105,119,98). Sum of RGB (Red+Green+Blue) = 105+119+98=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #697762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697762 is #96889D. Grayscale: #707070. Windows color (decimal): -9865374 or 6453097. OLE color: 6453097.

HSL color Cylindrical-coordinate representation of color #697762: hue angle of 100º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697762 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 98 -
CMYK 0.12 0 0.18 0.53
HSL 100º 0.1% 0.43% -
HSV(B) 100º 0.18% 0.47% -
XYZ 14.63 17.08 14.08 -
YUV 112.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 105 119 98 0.12 0 0.18 0.53 100 0.1 0.43
Hex 69 77 62 C 0 12 35 64 A 2B
Octal 151 167 142 14 0 22 65 144 12 53
Binary 1101001 1110111 1100010 1100 0 10010 110101 1100100 1010 101011

Color Harmonies of #697762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697762

Black with #697762

Text Example


Text Example

White with #697762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697762; }

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

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

background-color css

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

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

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

border-color css

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

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

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