#6F9073

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

Shades of Laurel #6F9073

Tints of Laurel #6F9073

Color information

#6F9073 (or 0x6F9073) is unknown color: approx Laurel. HEX triplet: 6F, 90 and 73. RGB value is (111,144,115). Sum of RGB (Red+Green+Blue) = 111+144+115=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9073 is #906F8C. Grayscale: #828282. Windows color (decimal): -9465741 or 7573615. OLE color: 7573615.

HSL color Cylindrical-coordinate representation of color #6F9073: hue angle of 127.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9073 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB111144115-
CMYK0.2300.200.44
HSL127.27º12.94%50%-
HSV(B)127.27º22.92%56.47%-
XYZ19.6224.5619.93-
YUV130.83119.07113.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=30%
G=38.92%
B=31.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441150.2300.200.44127.2712.9450
Hex6F9073170142C7fd32
Octal15722016327024541771562
Binary11011111001000011100111011101010010110011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,115); }

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

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

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

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

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

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

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