#6D8E52

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

Shades of Highland #6D8E52

Tints of Highland #6D8E52

Color information

#6D8E52 (or 0x6D8E52) is unknown color: approx Highland. HEX triplet: 6D, 8E and 52. RGB value is (109,142,82). Sum of RGB (Red+Green+Blue) = 109+142+82=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E52 is #9271AD. Grayscale: #7D7D7D. Windows color (decimal): -9597358 or 5410413. OLE color: 5410413.

HSL color Cylindrical-coordinate representation of color #6D8E52: hue angle of 93º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D8E52 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB10914282-
CMYK0.2300.420.44
HSL93º26.79%43.92%-
HSV(B)93º42.25%55.69%-
XYZ17.523.2111.54-
YUV125.29103.57116.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.73%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=32.73%
G=42.64%
B=24.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109142820.2300.420.449326.7943.92
Hex6D8E521702A2C5d1b2c
Octal15521612227052541353354
Binary1101101100011101010010101110101010101100101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,82); }

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

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

 a { background-color: rgb(109,142,82); }

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

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

 span { border-color: rgb(109,142,82); }

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