#7C944D

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

Shades of Highland #7C944D

Tints of Highland #7C944D

Color information

#7C944D (or 0x7C944D) is unknown color: approx Highland. HEX triplet: 7C, 94 and 4D. RGB value is (124,148,77). Sum of RGB (Red+Green+Blue) = 124+148+77=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #7C944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C944D is #836BB2. Grayscale: #848484. Windows color (decimal): -8612787 or 5084284. OLE color: 5084284.

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

Color convert

RGB12414877-
CMYK0.1600.480.42
HSL80.28º31.56%44.12%-
HSV(B)80.28º47.97%58.04%-
XYZ20.242610.97-
YUV132.7396.55121.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=35.53%
G=42.41%
B=22.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148770.1600.480.4280.2831.5644.12
Hex7C944D100302A50202c
Octal17422411520060521204054
Binary11111001001010010011011000001100001010101010000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,77); }

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

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

 a { background-color: rgb(124,148,77); }

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

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

 span { border-color: rgb(124,148,77); }

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