#7D976C

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

Shades of Highland #7D976C

Tints of Highland #7D976C

Color information

#7D976C (or 0x7D976C) is unknown color: approx Highland. HEX triplet: 7D, 97 and 6C. RGB value is (125,151,108). Sum of RGB (Red+Green+Blue) = 125+151+108=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #7D976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D976C is #826893. Grayscale: #8A8A8A. Windows color (decimal): -8546452 or 7116669. OLE color: 7116669.

HSL color Cylindrical-coordinate representation of color #7D976C: hue angle of 96.28º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D976C is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB125151108-
CMYK0.1700.280.41
HSL96.28º17.13%50.78%-
HSV(B)96.28º28.48%59.22%-
XYZ22.2327.5818.34-
YUV138.32110.89118.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.55%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=32.55%
G=39.32%
B=28.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1251511080.1700.280.4196.2817.1350.78
Hex7D976C1101C29601133
Octal17522715421034511402163
Binary111110110010111110110010001011100101001110000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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