#6D8E54

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

Shades of Highland #6D8E54

Tints of Highland #6D8E54

Color information

#6D8E54 (or 0x6D8E54) is unknown color: approx Highland. HEX triplet: 6D, 8E and 54. RGB value is (109,142,84). Sum of RGB (Red+Green+Blue) = 109+142+84=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E54 is #9271AB. Grayscale: #7D7D7D. Windows color (decimal): -9597356 or 5541485. OLE color: 5541485.

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

Color convert

RGB10914284-
CMYK0.2300.410.44
HSL94.14º25.66%44.31%-
HSV(B)94.14º40.85%55.69%-
XYZ17.5823.2411.95-
YUV125.52104.57116.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=32.54%
G=42.39%
B=25.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109142840.2300.410.4494.1425.6644.31
Hex6D8E54170292C5e1a2c
Octal15521612427051541363254
Binary1101101100011101010100101110101001101100101111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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