#6C876B

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

Shades of Laurel #6C876B

Tints of Laurel #6C876B

Color information

#6C876B (or 0x6C876B) is unknown color: approx Laurel. HEX triplet: 6C, 87 and 6B. RGB value is (108,135,107). Sum of RGB (Red+Green+Blue) = 108+135+107=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #6C876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C876B is #937894. Grayscale: #7B7B7B. Windows color (decimal): -9664661 or 7047020. OLE color: 7047020.

HSL color Cylindrical-coordinate representation of color #6C876B: hue angle of 117.86º 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 #6C876B is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB108135107-
CMYK0.200.210.47
HSL117.86º11.57%47.45%-
HSV(B)117.86º20.74%52.94%-
XYZ17.521.5817.15-
YUV123.73118.55116.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=30.86%
G=38.57%
B=30.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081351070.200.210.47117.8611.5747.45
Hex6C876B140152F76c2f
Octal15420715324025571661457
Binary11011001000011111010111010001010110111111101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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