#6B9871

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

Shades of Laurel #6B9871

Tints of Laurel #6B9871

Color information

#6B9871 (or 0x6B9871) is unknown color: approx Laurel. HEX triplet: 6B, 98 and 71. RGB value is (107,152,113). Sum of RGB (Red+Green+Blue) = 107+152+113=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9871 is #94678E. Grayscale: #868686. Windows color (decimal): -9725839 or 7444587. OLE color: 7444587.

HSL color Cylindrical-coordinate representation of color #6B9871: hue angle of 128º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9871 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB107152113-
CMYK0.3000.260.40
HSL128º17.93%50.78%-
HSV(B)128º29.61%59.61%-
XYZ20.2726.7719.72-
YUV134.1116.09108.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=28.76%
G=40.86%
B=30.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071521130.3000.260.4012817.9350.78
Hex6B98711E01A28801233
Octal15323016136032502002263
Binary1101011100110001110001111100110101010001000000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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