#6D9F6E

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

Shades of Laurel #6D9F6E

Tints of Laurel #6D9F6E

Color information

#6D9F6E (or 0x6D9F6E) is unknown color: approx Laurel. HEX triplet: 6D, 9F and 6E. RGB value is (109,159,110). Sum of RGB (Red+Green+Blue) = 109+159+110=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F6E is #926091. Grayscale: #8A8A8A. Windows color (decimal): -9592978 or 7249773. OLE color: 7249773.

HSL color Cylindrical-coordinate representation of color #6D9F6E: hue angle of 121.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9F6E is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB109159110-
CMYK0.3100.310.38
HSL121.2º20.66%52.55%-
HSV(B)121.2º31.45%62.35%-
XYZ21.5229.1719.25-
YUV138.46111.94106.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=28.84%
G=42.06%
B=29.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091591100.3100.310.38121.220.6652.55
Hex6D9F6E1F01F26791535
Octal15523715637037461712565
Binary110110110011111110111011111011111100110111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,159,110); }

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

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

 a { background-color: rgb(109,159,110); }

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

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

 span { border-color: rgb(109,159,110); }

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