#6E8A70

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

Shades of Laurel #6E8A70

Tints of Laurel #6E8A70

Color information

#6E8A70 (or 0x6E8A70) is unknown color: approx Laurel. HEX triplet: 6E, 8A and 70. RGB value is (110,138,112). Sum of RGB (Red+Green+Blue) = 110+138+112=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8A70 is #91758F. Grayscale: #7E7E7E. Windows color (decimal): -9532816 or 7375470. OLE color: 7375470.

HSL color Cylindrical-coordinate representation of color #6E8A70: hue angle of 124.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8A70 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB110138112-
CMYK0.2000.190.46
HSL124.29º11.29%48.63%-
HSV(B)124.29º20.29%54.12%-
XYZ18.4422.6618.73-
YUV126.66119.72116.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=30.56%
G=38.33%
B=31.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1101381120.2000.190.46124.2911.2948.63
Hex6E8A70140132E7cb31
Octal15621216024023561741361
Binary11011101000101011100001010001001110111011111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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