#7D9662

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

Shades of Highland #7D9662

Tints of Highland #7D9662

Color information

#7D9662 (or 0x7D9662) is unknown color: approx Highland. HEX triplet: 7D, 96 and 62. RGB value is (125,150,98). Sum of RGB (Red+Green+Blue) = 125+150+98=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9662 is #82699D. Grayscale: #888888. Windows color (decimal): -8546718 or 6461053. OLE color: 6461053.

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

Color convert

RGB12515098-
CMYK0.1700.350.41
HSL88.85º20.97%48.63%-
HSV(B)88.85º34.67%58.82%-
XYZ21.5727.0515.64-
YUV136.6106.22119.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.51%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=33.51%
G=40.21%
B=26.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150980.1700.350.4188.8520.9748.63
Hex7D96621102329591531
Octal17522614221043511312561
Binary1111101100101101100010100010100011101001101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,150,98); }

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

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

 a { background-color: rgb(125,150,98); }

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

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

 span { border-color: rgb(125,150,98); }

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