#6B8770

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

Shades of Laurel #6B8770

Tints of Laurel #6B8770

Color information

#6B8770 (or 0x6B8770) is unknown color: approx Laurel. HEX triplet: 6B, 87 and 70. RGB value is (107,135,112). Sum of RGB (Red+Green+Blue) = 107+135+112=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8770 is #94788F. Grayscale: #7C7C7C. Windows color (decimal): -9730192 or 7374699. OLE color: 7374699.

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

Color convert

RGB107135112-
CMYK0.2100.170.47
HSL130.71º11.57%47.45%-
HSV(B)130.71º20.74%52.94%-
XYZ17.6521.6218.57-
YUV124.01121.22115.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=30.23%
G=38.14%
B=31.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071351120.2100.170.47130.7111.5747.45
Hex6B8770150112F83c2f
Octal15320716025021572031457
Binary110101110000111111000010101010001101111100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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