#7D956C

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

Shades of Highland #7D956C

Tints of Highland #7D956C

Color information

#7D956C (or 0x7D956C) is unknown color: approx Highland. HEX triplet: 7D, 95 and 6C. RGB value is (125,149,108). Sum of RGB (Red+Green+Blue) = 125+149+108=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #7D956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D956C is #826A93. Grayscale: #898989. Windows color (decimal): -8546964 or 7116157. OLE color: 7116157.

HSL color Cylindrical-coordinate representation of color #7D956C: hue angle of 95.12º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D956C is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB125149108-
CMYK0.1600.280.42
HSL95.12º16.21%50.39%-
HSV(B)95.12º27.52%58.43%-
XYZ21.9126.9418.23-
YUV137.15111.55119.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=32.72%
G=39.01%
B=28.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251491080.1600.280.4295.1216.2150.39
Hex7D956C1001C2A5f1032
Octal17522515420034521372062
Binary111110110010101110110010000011100101010101111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D956C; }

 p { color: rgb(125,149,108); }

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

<style>
 a { background-color: #7D956C; }

 a { background-color: rgb(125,149,108); }

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

<style>
 span { border-color: #7D956C; }

 span { border-color: rgb(125,149,108); }

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