#6D8B5C

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

Shades of Highland #6D8B5C

Tints of Highland #6D8B5C

Color information

#6D8B5C (or 0x6D8B5C) is unknown color: approx Highland. HEX triplet: 6D, 8B and 5C. RGB value is (109,139,92). Sum of RGB (Red+Green+Blue) = 109+139+92=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B5C is #9274A3. Grayscale: #7C7C7C. Windows color (decimal): -9598116 or 6065005. OLE color: 6065005.

HSL color Cylindrical-coordinate representation of color #6D8B5C: hue angle of 98.3º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D8B5C is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB10913992-
CMYK0.2200.340.45
HSL98.3º20.35%45.29%-
HSV(B)98.3º33.81%54.51%-
XYZ17.4722.4913.55-
YUV124.67109.56116.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.06%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=32.06%
G=40.88%
B=27.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109139920.2200.340.4598.320.3545.29
Hex6D8B5C160222D62142d
Octal15521313426042551422455
Binary1101101100010111011100101100100010101101110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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