#68956C

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

Shades of Laurel #68956C

Tints of Laurel #68956C

Color information

#68956C (or 0x68956C) is unknown color: approx Laurel. HEX triplet: 68, 95 and 6C. RGB value is (104,149,108). Sum of RGB (Red+Green+Blue) = 104+149+108=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #68956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68956C is #976A93. Grayscale: #828282. Windows color (decimal): -9923220 or 7116136. OLE color: 7116136.

HSL color Cylindrical-coordinate representation of color #68956C: hue angle of 125.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68956C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB104149108-
CMYK0.3000.280.42
HSL125.33º17.79%49.61%-
HSV(B)125.33º30.2%58.43%-
XYZ19.1625.5218.1-
YUV130.87115.09108.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=28.81%
G=41.27%
B=29.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491080.3000.280.42125.3317.7949.61
Hex68956C1E01C2A7d1232
Octal15022515436034521752262
Binary110100010010101110110011110011100101010111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68956C; }

 p { color: rgb(104,149,108); }

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

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

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

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

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

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

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