#6D8770

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

Shades of Laurel #6D8770

Tints of Laurel #6D8770

Color information

#6D8770 (or 0x6D8770) is unknown color: approx Laurel. HEX triplet: 6D, 87 and 70. RGB value is (109,135,112). Sum of RGB (Red+Green+Blue) = 109+135+112=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8770 is #92788F. Grayscale: #7C7C7C. Windows color (decimal): -9599120 or 7374701. OLE color: 7374701.

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

Color convert

RGB109135112-
CMYK0.1900.170.47
HSL126.92º10.66%47.84%-
HSV(B)126.92º19.26%52.94%-
XYZ17.921.7518.58-
YUV124.6120.89116.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.62%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=30.62%
G=37.92%
B=31.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091351120.1900.170.47126.9210.6647.84
Hex6D8770130112F7fb30
Octal15520716023021571771360
Binary11011011000011111100001001101000110111111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,135,112); }

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

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

 a { background-color: rgb(109,135,112); }

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

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

 span { border-color: rgb(109,135,112); }

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