Html Css Color HEX #687262 Axolotl

📋 copy color: '#687262'

red 104 ◦ green 114 ◦ blue 98

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

Shades of Axolotl #687262

Tints of Axolotl #687262

RGB

 RED value IS 104 (41.02% from 255) = 32.91%

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

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

R = 32.91%
G = 36.08%
B = 31.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#687262 (or 0x687262) is known color: Axolotl. HEX triplet: 68, 72 and 62. RGB value is (104,114,98). Sum of RGB (Red+Green+Blue) = 104+114+98=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #687262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687262 is #978D9D. Grayscale: #6D6D6D. Windows color (decimal): -9932190 or 6451816. OLE color: 6451816.

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

Color convert

RGB 104 114 98 -
CMYK 0.09 0 0.14 0.55
HSL 97.5º 0.08% 0.42% -
HSV(B) 97.5º 0.14% 0.45% -
XYZ 13.93 15.86 13.88 -
YUV 109.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 104 114 98 0.09 0 0.14 0.55 97.5 0.08 0.42
Hex 68 72 62 9 0 E 37 62 8 2A
Octal 150 162 142 11 0 16 67 142 10 52
Binary 1101000 1110010 1100010 1001 0 1110 110111 1100010 1000 101010

Color Harmonies of #687262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687262

Black with #687262

Text Example


Text Example

White with #687262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687262; }

 p { color: rgb(104,114,98); }

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

background-color css

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

 a { background-color: rgb(104,114,98); }

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

border-color css

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

 span { border-color: rgb(104,114,98); }

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