#7C914D

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

Shades of Highland #7C914D

Tints of Highland #7C914D

Color information

#7C914D (or 0x7C914D) is unknown color: approx Highland. HEX triplet: 7C, 91 and 4D. RGB value is (124,145,77). Sum of RGB (Red+Green+Blue) = 124+145+77=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #7C914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C914D is #836EB2. Grayscale: #838383. Windows color (decimal): -8613555 or 5083516. OLE color: 5083516.

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

Color convert

RGB12414577-
CMYK0.1400.470.43
HSL78.53º30.63%43.53%-
HSV(B)78.53º46.9%56.86%-
XYZ19.7825.0710.82-
YUV130.9797.54123.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=35.84%
G=41.91%
B=22.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145770.1400.470.4378.5330.6343.53
Hex7C914DE02F2B4f1f2c
Octal17422111516057531173754
Binary111110010010001100110111100101111101011100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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