#6D926D

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

Shades of Laurel #6D926D

Tints of Laurel #6D926D

Color information

#6D926D (or 0x6D926D) is unknown color: approx Laurel. HEX triplet: 6D, 92 and 6D. RGB value is (109,146,109). Sum of RGB (Red+Green+Blue) = 109+146+109=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #6D926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D926D is #926D92. Grayscale: #828282. Windows color (decimal): -9596307 or 7180909. OLE color: 7180909.

HSL color Cylindrical-coordinate representation of color #6D926D: hue angle of 120º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D926D is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB109146109-
CMYK0.2500.250.43
HSL120º14.51%50%-
HSV(B)120º25.34%57.25%-
XYZ19.3524.9118.26-
YUV130.72115.74112.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=29.95%
G=40.11%
B=29.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091461090.2500.250.4312014.5150
Hex6D926D190192B78f32
Octal15522215531031531701762
Binary11011011001001011011011100101100110101111110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,146,109); }

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

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

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

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

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

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

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