#6F8973

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

Shades of Laurel #6F8973

Tints of Laurel #6F8973

Color information

#6F8973 (or 0x6F8973) is unknown color: approx Laurel. HEX triplet: 6F, 89 and 73. RGB value is (111,137,115). Sum of RGB (Red+Green+Blue) = 111+137+115=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8973 is #90768C. Grayscale: #7E7E7E. Windows color (decimal): -9467533 or 7571823. OLE color: 7571823.

HSL color Cylindrical-coordinate representation of color #6F8973: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8973 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB111137115-
CMYK0.1900.160.46
HSL129.23º10.48%48.63%-
HSV(B)129.23º18.98%53.73%-
XYZ18.622.5119.58-
YUV126.72121.39116.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=30.58%
G=37.74%
B=31.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111371150.1900.160.46129.2310.4848.63
Hex6F8973130102E81a31
Octal15721116323020562011261
Binary110111110001001111001110011010000101110100000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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