#6F8573

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

Shades of Laurel #6F8573

Tints of Laurel #6F8573

Color information

#6F8573 (or 0x6F8573) is unknown color: approx Laurel. HEX triplet: 6F, 85 and 73. RGB value is (111,133,115). Sum of RGB (Red+Green+Blue) = 111+133+115=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8573 is #907A8C. Grayscale: #7C7C7C. Windows color (decimal): -9468557 or 7570799. OLE color: 7570799.

HSL color Cylindrical-coordinate representation of color #6F8573: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8573 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB111133115-
CMYK0.1700.140.48
HSL130.91º9.02%47.84%-
HSV(B)130.91º16.54%52.16%-
XYZ18.0421.3919.4-
YUV124.37122.71118.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.92%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=30.92%
G=37.05%
B=32.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331150.1700.140.48130.919.0247.84
Hex6F8573110E3083930
Octal15720516321016602031160
Binary11011111000010111100111000101110110000100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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