#687969

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

Shades of Laurel #687969

Tints of Laurel #687969

Color information

#687969 (or 0x687969) is unknown color: approx Laurel. HEX triplet: 68, 79 and 69. RGB value is (104,121,105). Sum of RGB (Red+Green+Blue) = 104+121+105=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #687969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687969 is #978696. Grayscale: #727272. Windows color (decimal): -9930391 or 6912360. OLE color: 6912360.

HSL color Cylindrical-coordinate representation of color #687969: hue angle of 123.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687969 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB104121105-
CMYK0.1400.130.53
HSL123.53º7.56%44.12%-
HSV(B)123.53º14.05%47.45%-
XYZ15.117.6415.97-
YUV114.09122.87120.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=31.52%
G=36.67%
B=31.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211050.1400.130.53123.537.5644.12
Hex687969E0D357c82c
Octal15017115116015651741054
Binary11010001111001110100111100110111010111111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687969; }

 p { color: rgb(104,121,105); }

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

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

 a { background-color: rgb(104,121,105); }

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

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

 span { border-color: rgb(104,121,105); }

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