#6F8F72

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

Shades of Laurel #6F8F72

Tints of Laurel #6F8F72

Color information

#6F8F72 (or 0x6F8F72) is unknown color: approx Laurel. HEX triplet: 6F, 8F and 72. RGB value is (111,143,114). Sum of RGB (Red+Green+Blue) = 111+143+114=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F72 is #90708D. Grayscale: #828282. Windows color (decimal): -9465998 or 7507823. OLE color: 7507823.

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

Color convert

RGB111143114-
CMYK0.2200.200.44
HSL125.62º12.6%49.8%-
HSV(B)125.62º22.38%56.08%-
XYZ19.4224.2419.57-
YUV130.13118.9114.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=30.16%
G=38.86%
B=30.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111431140.2200.200.44125.6212.649.8
Hex6F8F72160142C7ed32
Octal15721716226024541761562
Binary11011111000111111100101011001010010110011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,143,114); }

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

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

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

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

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

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

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