Html Css Color HEX #687462 Axolotl

📋 copy color: '#687462'

red 104 ◦ green 116 ◦ blue 98

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

Shades of Axolotl #687462

Tints of Axolotl #687462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

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

R = 32.7%
G = 36.48%
B = 30.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#687462 (or 0x687462) is known color: Axolotl. HEX triplet: 68, 74 and 62. RGB value is (104,116,98). Sum of RGB (Red+Green+Blue) = 104+116+98=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #687462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687462 is #978B9D. Grayscale: #6E6E6E. Windows color (decimal): -9931678 or 6452328. OLE color: 6452328.

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

Color convert

RGB 104 116 98 -
CMYK 0.10 0 0.16 0.55
HSL 100º 0.08% 0.42% -
HSV(B) 100º 0.16% 0.45% -
XYZ 14.16 16.32 13.96 -
YUV 110.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 104 116 98 0.10 0 0.16 0.55 100 0.08 0.42
Hex 68 74 62 A 0 10 37 64 8 2A
Octal 150 164 142 12 0 20 67 144 10 52
Binary 1101000 1110100 1100010 1010 0 10000 110111 1100100 1000 101010

Color Harmonies of #687462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687462

Black with #687462

Text Example


Text Example

White with #687462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687462; }

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

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

background-color css

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

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

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

border-color css

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

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

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