#6E976A

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

Shades of Laurel #6E976A

Tints of Laurel #6E976A

Color information

#6E976A (or 0x6E976A) is unknown color: approx Laurel. HEX triplet: 6E, 97 and 6A. RGB value is (110,151,106). Sum of RGB (Red+Green+Blue) = 110+151+106=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #6E976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E976A is #916895. Grayscale: #858585. Windows color (decimal): -9529494 or 6985582. OLE color: 6985582.

HSL color Cylindrical-coordinate representation of color #6E976A: hue angle of 114.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E976A is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB110151106-
CMYK0.2700.300.41
HSL114.67º17.79%50.39%-
HSV(B)114.67º29.8%59.22%-
XYZ20.126.4917.69-
YUV133.61112.42111.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=29.97%
G=41.14%
B=28.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1101511060.2700.300.41114.6717.7950.39
Hex6E976A1B01E29731232
Octal15622715233036511632262
Binary110111010010111110101011011011110101001111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,106); }

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

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

 a { background-color: rgb(110,151,106); }

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

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

 span { border-color: rgb(110,151,106); }

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