#6B8D71

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

Shades of Laurel #6B8D71

Tints of Laurel #6B8D71

Color information

#6B8D71 (or 0x6B8D71) is unknown color: approx Laurel. HEX triplet: 6B, 8D and 71. RGB value is (107,141,113). Sum of RGB (Red+Green+Blue) = 107+141+113=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D71 is #94728E. Grayscale: #7F7F7F. Windows color (decimal): -9728655 or 7441771. OLE color: 7441771.

HSL color Cylindrical-coordinate representation of color #6B8D71: hue angle of 130.59º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D71 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB107141113-
CMYK0.2400.200.45
HSL130.59º13.71%48.63%-
HSV(B)130.59º24.11%55.29%-
XYZ18.5723.3719.15-
YUV127.64119.74113.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.64%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=29.64%
G=39.06%
B=31.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071411130.2400.200.45130.5913.7148.63
Hex6B8D71180142D83e31
Octal15321516130024552031661
Binary110101110001101111000111000010100101101100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,113); }

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

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

 a { background-color: rgb(107,141,113); }

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

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

 span { border-color: rgb(107,141,113); }

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