#7D9060

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

Shades of Highland #7D9060

Tints of Highland #7D9060

Color information

#7D9060 (or 0x7D9060) is unknown color: approx Highland. HEX triplet: 7D, 90 and 60. RGB value is (125,144,96). Sum of RGB (Red+Green+Blue) = 125+144+96=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9060 is #826F9F. Grayscale: #858585. Windows color (decimal): -8548256 or 6328445. OLE color: 6328445.

HSL color Cylindrical-coordinate representation of color #7D9060: hue angle of 83.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D9060 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB12514496-
CMYK0.1300.330.44
HSL83.75º20%47.06%-
HSV(B)83.75º33.33%56.47%-
XYZ20.5425.1514.84-
YUV132.85107.21122.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.25%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=34.25%
G=39.45%
B=26.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125144960.1300.330.4483.752047.06
Hex7D9060D0212C54142f
Octal17522014015041541242457
Binary111110110010000110000011010100001101100101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,144,96); }

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

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

 a { background-color: rgb(125,144,96); }

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

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

 span { border-color: rgb(125,144,96); }

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