#7D944F

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

Shades of Highland #7D944F

Tints of Highland #7D944F

Color information

#7D944F (or 0x7D944F) is unknown color: approx Highland. HEX triplet: 7D, 94 and 4F. RGB value is (125,148,79). Sum of RGB (Red+Green+Blue) = 125+148+79=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #7D944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D944F is #826BB0. Grayscale: #858585. Windows color (decimal): -8547249 or 5215357. OLE color: 5215357.

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

Color convert

RGB12514879-
CMYK0.1600.470.42
HSL80º30.4%44.51%-
HSV(B)80º46.62%58.04%-
XYZ20.4626.111.36-
YUV133.2697.38122.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=35.51%
G=42.05%
B=22.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125148790.1600.470.428030.444.51
Hex7D944F1002F2A501e2d
Octal17522411720057521203655
Binary1111101100101001001111100000101111101010101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,79); }

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

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

 a { background-color: rgb(125,148,79); }

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

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

 span { border-color: rgb(125,148,79); }

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