#6FA06F

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

Shades of Laurel #6FA06F

Tints of Laurel #6FA06F

Color information

#6FA06F (or 0x6FA06F) is unknown color: approx Laurel. HEX triplet: 6F, A0 and 6F. RGB value is (111,160,111). Sum of RGB (Red+Green+Blue) = 111+160+111=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA06F is #905F90. Grayscale: #8B8B8B. Windows color (decimal): -9461649 or 7315567. OLE color: 7315567.

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

Color convert

RGB111160111-
CMYK0.3100.310.37
HSL120º20.5%53.14%-
HSV(B)120º30.63%62.75%-
XYZ2229.6719.61-
YUV139.76111.77107.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=29.06%
G=41.88%
B=29.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1111601110.3100.310.3712020.553.14
Hex6FA06F1F01F25781535
Octal15724015737037451702565
Binary110111110100000110111111111011111100101111100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,160,111); }

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

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

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

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

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

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

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