#68956F

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

Shades of Laurel #68956F

Tints of Laurel #68956F

Color information

#68956F (or 0x68956F) is unknown color: approx Laurel. HEX triplet: 68, 95 and 6F. RGB value is (104,149,111). Sum of RGB (Red+Green+Blue) = 104+149+111=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #68956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68956F is #976A90. Grayscale: #838383. Windows color (decimal): -9923217 or 7312744. OLE color: 7312744.

HSL color Cylindrical-coordinate representation of color #68956F: hue angle of 129.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 #68956F is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB104149111-
CMYK0.3000.260.42
HSL129.33º17.79%49.61%-
HSV(B)129.33º30.2%58.43%-
XYZ19.3325.5918.96-
YUV131.21116.59108.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=28.57%
G=40.93%
B=30.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491110.3000.260.42129.3317.7949.61
Hex68956F1E01A2A811232
Octal15022515736032522012262
Binary1101000100101011101111111100110101010101000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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