#6DA16F

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

Shades of Laurel #6DA16F

Tints of Laurel #6DA16F

Color information

#6DA16F (or 0x6DA16F) is unknown color: approx Laurel. HEX triplet: 6D, A1 and 6F. RGB value is (109,161,111). Sum of RGB (Red+Green+Blue) = 109+161+111=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA16F is #925E90. Grayscale: #8B8B8B. Windows color (decimal): -9592465 or 7315821. OLE color: 7315821.

HSL color Cylindrical-coordinate representation of color #6DA16F: hue angle of 122.31º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA16F is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB109161111-
CMYK0.3200.310.37
HSL122.31º21.67%52.94%-
HSV(B)122.31º32.3%63.14%-
XYZ21.9229.8919.65-
YUV139.75111.77106.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=28.61%
G=42.26%
B=29.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1091611110.3200.310.37122.3121.6752.94
Hex6DA16F2001F257a1635
Octal15524115740037451722665
Binary1101101101000011101111100000011111100101111101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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