#6D8D54

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

Shades of Highland #6D8D54

Tints of Highland #6D8D54

Color information

#6D8D54 (or 0x6D8D54) is unknown color: approx Highland. HEX triplet: 6D, 8D and 54. RGB value is (109,141,84). Sum of RGB (Red+Green+Blue) = 109+141+84=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8D54 is #9272AB. Grayscale: #7D7D7D. Windows color (decimal): -9597612 or 5541229. OLE color: 5541229.

HSL color Cylindrical-coordinate representation of color #6D8D54: hue angle of 93.68º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8D54 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB10914184-
CMYK0.2300.400.45
HSL93.68º25.33%44.12%-
HSV(B)93.68º40.43%55.29%-
XYZ17.4322.9411.9-
YUV124.93104.9116.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=32.63%
G=42.22%
B=25.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109141840.2300.400.4593.6825.3344.12
Hex6D8D54170282D5e192c
Octal15521512427050551363154
Binary1101101100011011010100101110101000101101101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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