#7D9166

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

Shades of Highland #7D9166

Tints of Highland #7D9166

Color information

#7D9166 (or 0x7D9166) is unknown color: approx Highland. HEX triplet: 7D, 91 and 66. RGB value is (125,145,102). Sum of RGB (Red+Green+Blue) = 125+145+102=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9166 is #826E99. Grayscale: #868686. Windows color (decimal): -8547994 or 6721917. OLE color: 6721917.

HSL color Cylindrical-coordinate representation of color #7D9166: hue angle of 87.91º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D9166 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB125145102-
CMYK0.1400.300.43
HSL87.91º17.41%48.43%-
HSV(B)87.91º29.66%56.86%-
XYZ20.9825.5716.4-
YUV134.12109.87121.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=33.60%
G=38.98%
B=27.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1251451020.1400.300.4387.9117.4148.43
Hex7D9166E01E2B581130
Octal17522114616036531302160
Binary11111011001000111001101110011110101011101100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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