#6E8770

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

Shades of Laurel #6E8770

Tints of Laurel #6E8770

Color information

#6E8770 (or 0x6E8770) is unknown color: approx Laurel. HEX triplet: 6E, 87 and 70. RGB value is (110,135,112). Sum of RGB (Red+Green+Blue) = 110+135+112=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8770 is #91788F. Grayscale: #7C7C7C. Windows color (decimal): -9533584 or 7374702. OLE color: 7374702.

HSL color Cylindrical-coordinate representation of color #6E8770: hue angle of 124.8º degrees, saturation: 0.1, 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 #6E8770 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB110135112-
CMYK0.1900.170.47
HSL124.8º10.2%48.04%-
HSV(B)124.8º18.52%52.94%-
XYZ18.0221.8118.59-
YUV124.9120.72117.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.81%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=30.81%
G=37.82%
B=31.37%

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
Decimal1101351120.1900.170.47124.810.248.04
Hex6E8770130112F7da30
Octal15620716023021571751260
Binary11011101000011111100001001101000110111111111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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