#7C956C

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

Shades of Highland #7C956C

Tints of Highland #7C956C

Color information

#7C956C (or 0x7C956C) is unknown color: approx Highland. HEX triplet: 7C, 95 and 6C. RGB value is (124,149,108). Sum of RGB (Red+Green+Blue) = 124+149+108=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #7C956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C956C is #836A93. Grayscale: #888888. Windows color (decimal): -8612500 or 7116156. OLE color: 7116156.

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

Color convert

RGB124149108-
CMYK0.1700.280.42
HSL96.59º16.21%50.39%-
HSV(B)96.59º27.52%58.43%-
XYZ21.7726.8618.23-
YUV136.85111.72118.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.55%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=32.55%
G=39.11%
B=28.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241491080.1700.280.4296.5916.2150.39
Hex7C956C1101C2A611032
Octal17422515421034521412062
Binary111110010010101110110010001011100101010110000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,108); }

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

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

 a { background-color: rgb(124,149,108); }

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

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

 span { border-color: rgb(124,149,108); }

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