#68886D

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

Shades of Laurel #68886D

Tints of Laurel #68886D

Color information

#68886D (or 0x68886D) is unknown color: approx Laurel. HEX triplet: 68, 88 and 6D. RGB value is (104,136,109). Sum of RGB (Red+Green+Blue) = 104+136+109=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #68886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68886D is #977792. Grayscale: #7B7B7B. Windows color (decimal): -9926547 or 7178344. OLE color: 7178344.

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

Color convert

RGB104136109-
CMYK0.2400.200.47
HSL129.38º13.33%47.06%-
HSV(B)129.38º23.53%53.33%-
XYZ17.2721.6617.74-
YUV123.35119.9114.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=29.80%
G=38.97%
B=31.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041361090.2400.200.47129.3813.3347.06
Hex68886D180142F81d2f
Octal15021015530024572011557
Binary110100010001000110110111000010100101111100000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68886D; }

 p { color: rgb(104,136,109); }

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

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

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

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

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

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

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