#6C876F

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

Shades of Laurel #6C876F

Tints of Laurel #6C876F

Color information

#6C876F (or 0x6C876F) is unknown color: approx Laurel. HEX triplet: 6C, 87 and 6F. RGB value is (108,135,111). Sum of RGB (Red+Green+Blue) = 108+135+111=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #6C876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C876F is #937890. Grayscale: #7C7C7C. Windows color (decimal): -9664657 or 7309164. OLE color: 7309164.

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

Color convert

RGB108135111-
CMYK0.200.180.47
HSL126.67º11.11%47.65%-
HSV(B)126.67º20%52.94%-
XYZ17.7221.6618.29-
YUV124.19120.55116.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.51%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=30.51%
G=38.14%
B=31.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081351110.200.180.47126.6711.1147.65
Hex6C876F140122F7fb30
Octal15420715724022571771360
Binary11011001000011111011111010001001010111111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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