#7D914E

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

Shades of Highland #7D914E

Tints of Highland #7D914E

Color information

#7D914E (or 0x7D914E) is unknown color: approx Highland. HEX triplet: 7D, 91 and 4E. RGB value is (125,145,78). Sum of RGB (Red+Green+Blue) = 125+145+78=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #7D914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D914E is #826EB1. Grayscale: #838383. Windows color (decimal): -8548018 or 5149053. OLE color: 5149053.

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

Color convert

RGB12514578-
CMYK0.1400.460.43
HSL77.91º30.04%43.73%-
HSV(B)77.91º46.21%56.86%-
XYZ19.9625.1611.01-
YUV131.3897.87123.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=35.92%
G=41.67%
B=22.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145780.1400.460.4377.9130.0443.73
Hex7D914EE02E2B4e1e2c
Octal17522111616056531163654
Binary111110110010001100111011100101110101011100111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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