#7D9550

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

Shades of Highland #7D9550

Tints of Highland #7D9550

Color information

#7D9550 (or 0x7D9550) is unknown color: approx Highland. HEX triplet: 7D, 95 and 50. RGB value is (125,149,80). Sum of RGB (Red+Green+Blue) = 125+149+80=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9550 is #826AAF. Grayscale: #868686. Windows color (decimal): -8546992 or 5281149. OLE color: 5281149.

HSL color Cylindrical-coordinate representation of color #7D9550: hue angle of 80.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D9550 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB12514980-
CMYK0.1600.460.42
HSL80.87º30.13%44.9%-
HSV(B)80.87º46.31%58.43%-
XYZ20.6526.4311.6-
YUV133.9697.55121.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=35.31%
G=42.09%
B=22.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125149800.1600.460.4280.8730.1344.9
Hex7D95501002E2A511e2d
Octal17522512020056521213655
Binary1111101100101011010000100000101110101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,149,80); }

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

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

 a { background-color: rgb(125,149,80); }

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

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

 span { border-color: rgb(125,149,80); }

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