#6D945D

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

Shades of Highland #6D945D

Tints of Highland #6D945D

Color information

#6D945D (or 0x6D945D) is unknown color: approx Highland. HEX triplet: 6D, 94 and 5D. RGB value is (109,148,93). Sum of RGB (Red+Green+Blue) = 109+148+93=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #6D945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D945D is #926BA2. Grayscale: #828282. Windows color (decimal): -9595811 or 6132845. OLE color: 6132845.

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

Color convert

RGB10914893-
CMYK0.2600.370.42
HSL102.55º22.82%47.25%-
HSV(B)102.55º37.16%58.04%-
XYZ18.8725.2214.23-
YUV130.07107.08112.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=31.14%
G=42.29%
B=26.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109148930.2600.370.42102.5522.8247.25
Hex6D945D1A0252A67172f
Octal15522413532045521472757
Binary1101101100101001011101110100100101101010110011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,93); }

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

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

 a { background-color: rgb(109,148,93); }

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

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

 span { border-color: rgb(109,148,93); }

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