#6F856F

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

Shades of Laurel #6F856F

Tints of Laurel #6F856F

Color information

#6F856F (or 0x6F856F) is unknown color: approx Laurel. HEX triplet: 6F, 85 and 6F. RGB value is (111,133,111). Sum of RGB (Red+Green+Blue) = 111+133+111=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #6F856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F856F is #907A90. Grayscale: #7B7B7B. Windows color (decimal): -9468561 or 7308655. OLE color: 7308655.

HSL color Cylindrical-coordinate representation of color #6F856F: hue angle of 120º 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 #6F856F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB111133111-
CMYK0.1700.170.48
HSL120º9.02%47.84%-
HSV(B)120º16.54%52.16%-
XYZ17.8121.318.21-
YUV123.91120.71118.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.27%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=31.27%
G=37.46%
B=31.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331110.1700.170.481209.0247.84
Hex6F856F110113078930
Octal15720515721021601701160
Binary11011111000010111011111000101000111000011110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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