Html Css Color HEX #697862 Axolotl

📋 copy color: '#697862'

red 105 ◦ green 120 ◦ blue 98

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

Shades of Axolotl #697862

Tints of Axolotl #697862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

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

R = 32.51%
G = 37.15%
B = 30.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#697862 (or 0x697862) is known color: Axolotl. HEX triplet: 69, 78 and 62. RGB value is (105,120,98). Sum of RGB (Red+Green+Blue) = 105+120+98=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #697862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697862 is #96879D. Grayscale: #717171. Windows color (decimal): -9865118 or 6453353. OLE color: 6453353.

HSL color Cylindrical-coordinate representation of color #697862: hue angle of 100.91º 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 #697862 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 98 -
CMYK 0.13 0 0.18 0.53
HSL 100.91º 0.1% 0.43% -
HSV(B) 100.91º 0.18% 0.47% -
XYZ 14.75 17.32 14.12 -
YUV 113.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 105 120 98 0.13 0 0.18 0.53 100.91 0.1 0.43
Hex 69 78 62 D 0 12 35 65 A 2B
Octal 151 170 142 15 0 22 65 145 12 53
Binary 1101001 1111000 1100010 1101 0 10010 110101 1100101 1010 101011

Color Harmonies of #697862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697862

Black with #697862

Text Example


Text Example

White with #697862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697862; }

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

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

background-color css

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

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

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

border-color css

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

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

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