#6D914F

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

Shades of Highland #6D914F

Tints of Highland #6D914F

Color information

#6D914F (or 0x6D914F) is unknown color: approx Highland. HEX triplet: 6D, 91 and 4F. RGB value is (109,145,79). Sum of RGB (Red+Green+Blue) = 109+145+79=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #6D914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D914F is #926EB0. Grayscale: #7E7E7E. Windows color (decimal): -9596593 or 5214573. OLE color: 5214573.

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

Color convert

RGB10914579-
CMYK0.2500.460.43
HSL92.73º29.46%43.92%-
HSV(B)92.73º45.52%56.86%-
XYZ17.8424.0711.1-
YUV126.71101.07115.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.73%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=32.73%
G=43.54%
B=23.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145790.2500.460.4392.7329.4643.92
Hex6D914F1902E2B5d1d2c
Octal15522111731056531353554
Binary1101101100100011001111110010101110101011101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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