#687968

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

Shades of Laurel #687968

Tints of Laurel #687968

Color information

#687968 (or 0x687968) is unknown color: approx Laurel. HEX triplet: 68, 79 and 68. RGB value is (104,121,104). Sum of RGB (Red+Green+Blue) = 104+121+104=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #687968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687968 is #978697. Grayscale: #727272. Windows color (decimal): -9930392 or 6846824. OLE color: 6846824.

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

Color convert

RGB104121104-
CMYK0.1400.140.53
HSL120º7.56%44.12%-
HSV(B)120º14.05%47.45%-
XYZ15.0417.6215.7-
YUV113.98122.37120.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=31.61%
G=36.78%
B=31.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211040.1400.140.531207.5644.12
Hex687968E0E357882c
Octal15017115016016651701054
Binary11010001111001110100011100111011010111110001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687968; }

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

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

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

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

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

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

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

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