#7D9551

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

Shades of Highland #7D9551

Tints of Highland #7D9551

Color information

#7D9551 (or 0x7D9551) is unknown color: approx Highland. HEX triplet: 7D, 95 and 51. RGB value is (125,149,81). Sum of RGB (Red+Green+Blue) = 125+149+81=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9551 is #826AAE. Grayscale: #868686. Windows color (decimal): -8546991 or 5346685. OLE color: 5346685.

HSL color Cylindrical-coordinate representation of color #7D9551: hue angle of 81.18º 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 #7D9551 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB12514981-
CMYK0.1600.460.42
HSL81.18º29.57%45.1%-
HSV(B)81.18º45.64%58.43%-
XYZ20.6926.4511.8-
YUV134.0798.05121.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=35.21%
G=41.97%
B=22.82%

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
Decimal125149810.1600.460.4281.1829.5745.1
Hex7D95511002E2A511e2d
Octal17522512120056521213655
Binary1111101100101011010001100000101110101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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