#6D9256

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

Shades of Highland #6D9256

Tints of Highland #6D9256

Color information

#6D9256 (or 0x6D9256) is unknown color: approx Highland. HEX triplet: 6D, 92 and 56. RGB value is (109,146,86). Sum of RGB (Red+Green+Blue) = 109+146+86=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9256 is #926DA9. Grayscale: #808080. Windows color (decimal): -9596330 or 5673581. OLE color: 5673581.

HSL color Cylindrical-coordinate representation of color #6D9256: hue angle of 97º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D9256 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB10914686-
CMYK0.2500.410.43
HSL97º25.86%45.49%-
HSV(B)97º41.1%57.25%-
XYZ18.2724.4812.57-
YUV128.1104.24114.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=31.96%
G=42.82%
B=25.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109146860.2500.410.439725.8645.49
Hex6D9256190292B611a2d
Octal15522212631051531413255
Binary1101101100100101010110110010101001101011110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,146,86); }

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

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

 a { background-color: rgb(109,146,86); }

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

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

 span { border-color: rgb(109,146,86); }

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