#6C8170

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

Shades of Laurel #6C8170

Tints of Laurel #6C8170

Color information

#6C8170 (or 0x6C8170) is unknown color: approx Laurel. HEX triplet: 6C, 81 and 70. RGB value is (108,129,112). Sum of RGB (Red+Green+Blue) = 108+129+112=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8170 is #937E8F. Grayscale: #787878. Windows color (decimal): -9666192 or 7373164. OLE color: 7373164.

HSL color Cylindrical-coordinate representation of color #6C8170: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C8170 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB108129112-
CMYK0.1600.130.49
HSL131.43º8.86%46.47%-
HSV(B)131.43º16.28%50.59%-
XYZ16.9620.0618.31-
YUV120.78123.04118.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=30.95%
G=36.96%
B=32.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081291120.1600.130.49131.438.8646.47
Hex6C8170100D318392e
Octal15420116020015612031156
Binary11011001000000111100001000001101110001100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,112); }

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

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

 a { background-color: rgb(108,129,112); }

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

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

 span { border-color: rgb(108,129,112); }

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