#6E914D

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

Shades of Highland #6E914D

Tints of Highland #6E914D

Color information

#6E914D (or 0x6E914D) is unknown color: approx Highland. HEX triplet: 6E, 91 and 4D. RGB value is (110,145,77). Sum of RGB (Red+Green+Blue) = 110+145+77=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #6E914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E914D is #916EB2. Grayscale: #7F7F7F. Windows color (decimal): -9531059 or 5083502. OLE color: 5083502.

HSL color Cylindrical-coordinate representation of color #6E914D: hue angle of 90.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E914D is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB11014577-
CMYK0.2400.470.43
HSL90.88º30.63%43.53%-
HSV(B)90.88º46.9%56.86%-
XYZ17.924.110.73-
YUV126.7899.9116.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=33.13%
G=43.67%
B=23.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110145770.2400.470.4390.8830.6343.53
Hex6E914D1802F2B5b1f2c
Octal15622111530057531333754
Binary1101110100100011001101110000101111101011101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,77); }

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

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

 a { background-color: rgb(110,145,77); }

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

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

 span { border-color: rgb(110,145,77); }

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