#6D8B54

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

Shades of Highland #6D8B54

Tints of Highland #6D8B54

Color information

#6D8B54 (or 0x6D8B54) is unknown color: approx Highland. HEX triplet: 6D, 8B and 54. RGB value is (109,139,84). Sum of RGB (Red+Green+Blue) = 109+139+84=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B54 is #9274AB. Grayscale: #7B7B7B. Windows color (decimal): -9598124 or 5540717. OLE color: 5540717.

HSL color Cylindrical-coordinate representation of color #6D8B54: hue angle of 92.73º 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 #6D8B54 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB10913984-
CMYK0.2200.400.45
HSL92.73º24.66%43.73%-
HSV(B)92.73º39.57%54.51%-
XYZ17.1422.3611.8-
YUV123.76105.56117.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=32.83%
G=41.87%
B=25.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109139840.2200.400.4592.7324.6643.73
Hex6D8B54160282D5d192c
Octal15521312426050551353154
Binary1101101100010111010100101100101000101101101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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