#6D956B

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

Shades of Laurel #6D956B

Tints of Laurel #6D956B

Color information

#6D956B (or 0x6D956B) is unknown color: approx Laurel. HEX triplet: 6D, 95 and 6B. RGB value is (109,149,107). Sum of RGB (Red+Green+Blue) = 109+149+107=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #6D956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D956B is #926A94. Grayscale: #848484. Windows color (decimal): -9595541 or 7050605. OLE color: 7050605.

HSL color Cylindrical-coordinate representation of color #6D956B: hue angle of 117.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D956B is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB109149107-
CMYK0.2700.280.42
HSL117.14º16.54%50.2%-
HSV(B)117.14º28.19%58.43%-
XYZ19.7125.8117.85-
YUV132.25113.75111.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.86%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=29.86%
G=40.82%
B=29.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091491070.2700.280.42117.1416.5450.2
Hex6D956B1B01C2A751132
Octal15522515333034521652162
Binary110110110010101110101111011011100101010111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,149,107); }

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

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

 a { background-color: rgb(109,149,107); }

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

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

 span { border-color: rgb(109,149,107); }

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