#6F846F

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

Shades of Laurel #6F846F

Tints of Laurel #6F846F

Color information

#6F846F (or 0x6F846F) is unknown color: approx Laurel. HEX triplet: 6F, 84 and 6F. RGB value is (111,132,111). Sum of RGB (Red+Green+Blue) = 111+132+111=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #6F846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F846F is #907B90. Grayscale: #7B7B7B. Windows color (decimal): -9468817 or 7308399. OLE color: 7308399.

HSL color Cylindrical-coordinate representation of color #6F846F: 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.16%. Process color model (Four color, CMYK) of #6F846F is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB111132111-
CMYK0.1600.160.48
HSL120º8.64%47.65%-
HSV(B)120º15.91%51.76%-
XYZ17.6821.0318.17-
YUV123.33121.04119.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=31.36%
G=37.29%
B=31.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111321110.1600.160.481208.6447.65
Hex6F846F100103078930
Octal15720415720020601701160
Binary11011111000010011011111000001000011000011110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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