Html Css Color HEX #687862 Axolotl

📋 copy color: '#687862'

red 104 ◦ green 120 ◦ blue 98

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

Shades of Axolotl #687862

Tints of Axolotl #687862

RGB

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

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

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

R = 32.3%
G = 37.27%
B = 30.43%

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

#687862 (or 0x687862) is known color: Axolotl. HEX triplet: 68, 78 and 62. RGB value is (104,120,98). Sum of RGB (Red+Green+Blue) = 104+120+98=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #687862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687862 is #97879D. Grayscale: #707070. Windows color (decimal): -9930654 or 6453352. OLE color: 6453352.

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

Color convert

RGB 104 120 98 -
CMYK 0.13 0 0.18 0.53
HSL 103.64º 0.1% 0.43% -
HSV(B) 103.64º 0.18% 0.47% -
XYZ 14.63 17.26 14.12 -
YUV 112.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 104 120 98 0.13 0 0.18 0.53 103.64 0.1 0.43
Hex 68 78 62 D 0 12 35 68 A 2B
Octal 150 170 142 15 0 22 65 150 12 53
Binary 1101000 1111000 1100010 1101 0 10010 110101 1101000 1010 101011

Color Harmonies of #687862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687862

Black with #687862

Text Example


Text Example

White with #687862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687862; }

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

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

background-color css

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

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

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

border-color css

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

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

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