#6D9C6F

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

Shades of Laurel #6D9C6F

Tints of Laurel #6D9C6F

Color information

#6D9C6F (or 0x6D9C6F) is unknown color: approx Laurel. HEX triplet: 6D, 9C and 6F. RGB value is (109,156,111). Sum of RGB (Red+Green+Blue) = 109+156+111=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9C6F is #926390. Grayscale: #888888. Windows color (decimal): -9593745 or 7314541. OLE color: 7314541.

HSL color Cylindrical-coordinate representation of color #6D9C6F: hue angle of 122.55º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C6F is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB109156111-
CMYK0.3000.290.39
HSL122.55º19.18%51.96%-
HSV(B)122.55º30.13%61.18%-
XYZ21.0628.1819.37-
YUV136.82113.43108.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=28.99%
G=41.49%
B=29.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091561110.3000.290.39122.5519.1851.96
Hex6D9C6F1E01D277b1334
Octal15523415736035471732364
Binary110110110011100110111111110011101100111111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D9C6F; }

 p { color: rgb(109,156,111); }

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

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

 a { background-color: rgb(109,156,111); }

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

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

 span { border-color: rgb(109,156,111); }

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