#687362

Color #687362 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #687362

Tints of Axolotl #687362

Color information

#687362 (or 0x687362) is unknown color: approx Axolotl. HEX triplet: 68, 73 and 62. RGB value is (104,115,98). Sum of RGB (Red+Green+Blue) = 104+115+98=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #687362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687362 is #978C9D. Grayscale: #6D6D6D. Windows color (decimal): -9931934 or 6452072. OLE color: 6452072.

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

Color convert

RGB10411598-
CMYK0.1000.150.55
HSL98.82º7.98%41.76%-
HSV(B)98.82º14.78%45.1%-
XYZ14.0416.0913.92-
YUV109.77121.36123.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=32.81%
G=36.28%
B=30.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115980.1000.150.5598.827.9841.76
Hex687362A0F376382a
Octal15016314212017671431052
Binary11010001110011110001010100111111011111000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687362; }

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

 H1.HeaderClassName
 {
   color: #687362;
 }
 .AnyTagClassName
 {
   color: #687362;
 }
</style>
background-color css

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

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

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

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

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

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