#7D915D

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

Shades of Highland #7D915D

Tints of Highland #7D915D

Color information

#7D915D (or 0x7D915D) is unknown color: approx Highland. HEX triplet: 7D, 91 and 5D. RGB value is (125,145,93). Sum of RGB (Red+Green+Blue) = 125+145+93=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #7D915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D915D is #826EA2. Grayscale: #858585. Windows color (decimal): -8548003 or 6132093. OLE color: 6132093.

HSL color Cylindrical-coordinate representation of color #7D915D: hue angle of 83.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D915D is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB12514593-
CMYK0.1400.360.43
HSL83.08º21.85%46.67%-
HSV(B)83.08º35.86%56.86%-
XYZ20.5625.414.18-
YUV133.09105.37122.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=34.44%
G=39.94%
B=25.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145930.1400.360.4383.0821.8546.67
Hex7D915DE0242B53162f
Octal17522113516044531232657
Binary111110110010001101110111100100100101011101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,93); }

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

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

 a { background-color: rgb(125,145,93); }

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

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

 span { border-color: rgb(125,145,93); }

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