#6E9472

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

Shades of Laurel #6E9472

Tints of Laurel #6E9472

Color information

#6E9472 (or 0x6E9472) is unknown color: approx Laurel. HEX triplet: 6E, 94 and 72. RGB value is (110,148,114). Sum of RGB (Red+Green+Blue) = 110+148+114=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9472 is #916B8D. Grayscale: #848484. Windows color (decimal): -9530254 or 7509102. OLE color: 7509102.

HSL color Cylindrical-coordinate representation of color #6E9472: hue angle of 126.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9472 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB110148114-
CMYK0.2600.230.42
HSL126.32º15.08%50.59%-
HSV(B)126.32º25.68%58.04%-
XYZ20.0625.7119.82-
YUV132.76117.41111.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.57%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=29.57%
G=39.78%
B=30.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101481140.2600.230.42126.3215.0850.59
Hex6E94721A0172A7ef33
Octal15622416232027521761763
Binary11011101001010011100101101001011110101011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,148,114); }

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

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

 a { background-color: rgb(110,148,114); }

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

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

 span { border-color: rgb(110,148,114); }

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