#68966D

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

Shades of Laurel #68966D

Tints of Laurel #68966D

Color information

#68966D (or 0x68966D) is unknown color: approx Laurel. HEX triplet: 68, 96 and 6D. RGB value is (104,150,109). Sum of RGB (Red+Green+Blue) = 104+150+109=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #68966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68966D is #976992. Grayscale: #838383. Windows color (decimal): -9922963 or 7181928. OLE color: 7181928.

HSL color Cylindrical-coordinate representation of color #68966D: hue angle of 126.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68966D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB104150109-
CMYK0.3100.270.41
HSL126.52º18.11%49.8%-
HSV(B)126.52º30.67%58.82%-
XYZ19.3825.8618.44-
YUV131.57115.26108.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=28.65%
G=41.32%
B=30.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501090.3100.270.41126.5218.1149.8
Hex68966D1F01B297f1232
Octal15022615537033511772262
Binary110100010010110110110111111011011101001111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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