#7C8960

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

Shades of Highland #7C8960

Tints of Highland #7C8960

Color information

#7C8960 (or 0x7C8960) is unknown color: approx Highland. HEX triplet: 7C, 89 and 60. RGB value is (124,137,96). Sum of RGB (Red+Green+Blue) = 124+137+96=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8960 is #83769F. Grayscale: #808080. Windows color (decimal): -8615584 or 6326652. OLE color: 6326652.

HSL color Cylindrical-coordinate representation of color #7C8960: hue angle of 79.02º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C8960 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB12413796-
CMYK0.0900.300.46
HSL79.02º17.6%45.69%-
HSV(B)79.02º29.93%53.73%-
XYZ19.3723.0214.49-
YUV128.44109.69124.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=34.73%
G=38.38%
B=26.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137960.0900.300.4679.0217.645.69
Hex7C8960901E2E4f122e
Octal17421114011036561172256
Binary11111001000100111000001001011110101110100111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,96); }

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

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

 a { background-color: rgb(124,137,96); }

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

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

 span { border-color: rgb(124,137,96); }

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