#6E8973

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

Shades of Laurel #6E8973

Tints of Laurel #6E8973

Color information

#6E8973 (or 0x6E8973) is unknown color: approx Laurel. HEX triplet: 6E, 89 and 73. RGB value is (110,137,115). Sum of RGB (Red+Green+Blue) = 110+137+115=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8973 is #91768C. Grayscale: #7E7E7E. Windows color (decimal): -9533069 or 7571822. OLE color: 7571822.

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

Color convert

RGB110137115-
CMYK0.2000.160.46
HSL131.11º10.93%48.43%-
HSV(B)131.11º19.71%53.73%-
XYZ18.4722.4419.58-
YUV126.42121.55116.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.39%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=30.39%
G=37.85%
B=31.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1101371150.2000.160.46131.1110.9348.43
Hex6E8973140102E83b30
Octal15621116324020562031360
Binary110111010001001111001110100010000101110100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,137,115); }

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

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

 a { background-color: rgb(110,137,115); }

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

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

 span { border-color: rgb(110,137,115); }

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