#6C8771

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

Shades of Laurel #6C8771

Tints of Laurel #6C8771

Color information

#6C8771 (or 0x6C8771) is unknown color: approx Laurel. HEX triplet: 6C, 87 and 71. RGB value is (108,135,113). Sum of RGB (Red+Green+Blue) = 108+135+113=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8771 is #93788E. Grayscale: #7C7C7C. Windows color (decimal): -9664655 or 7440236. OLE color: 7440236.

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

Color convert

RGB108135113-
CMYK0.200.160.47
HSL131.11º11.11%47.65%-
HSV(B)131.11º20%52.94%-
XYZ17.8321.7118.87-
YUV124.42121.55116.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.34%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=30.34%
G=37.92%
B=31.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081351130.200.160.47131.1111.1147.65
Hex6C8771140102F83b30
Octal15420716124020572031360
Binary110110010000111111000110100010000101111100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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