#6D914D

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

Shades of Highland #6D914D

Tints of Highland #6D914D

Color information

#6D914D (or 0x6D914D) is unknown color: approx Highland. HEX triplet: 6D, 91 and 4D. RGB value is (109,145,77). Sum of RGB (Red+Green+Blue) = 109+145+77=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #6D914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D914D is #926EB2. Grayscale: #7E7E7E. Windows color (decimal): -9596595 or 5083501. OLE color: 5083501.

HSL color Cylindrical-coordinate representation of color #6D914D: hue angle of 91.76º 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 #6D914D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB10914577-
CMYK0.2500.470.43
HSL91.76º30.63%43.53%-
HSV(B)91.76º46.9%56.86%-
XYZ17.7724.0410.72-
YUV126.48100.07115.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=32.93%
G=43.81%
B=23.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145770.2500.470.4391.7630.6343.53
Hex6D914D1902F2B5c1f2c
Octal15522111531057531343754
Binary1101101100100011001101110010101111101011101110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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