#6B876F

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

Shades of Laurel #6B876F

Tints of Laurel #6B876F

Color information

#6B876F (or 0x6B876F) is unknown color: approx Laurel. HEX triplet: 6B, 87 and 6F. RGB value is (107,135,111). Sum of RGB (Red+Green+Blue) = 107+135+111=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #6B876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B876F is #947890. Grayscale: #7B7B7B. Windows color (decimal): -9730193 or 7309163. OLE color: 7309163.

HSL color Cylindrical-coordinate representation of color #6B876F: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B876F is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB107135111-
CMYK0.2100.180.47
HSL128.57º11.57%47.45%-
HSV(B)128.57º20.74%52.94%-
XYZ17.621.618.28-
YUV123.89120.72115.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.31%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=30.31%
G=38.24%
B=31.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071351110.2100.180.47128.5711.5747.45
Hex6B876F150122F81c2f
Octal15320715725022572011457
Binary110101110000111110111110101010010101111100000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,111); }

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

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

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

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

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

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

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