#7B956A

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

Shades of Highland #7B956A

Tints of Highland #7B956A

Color information

#7B956A (or 0x7B956A) is unknown color: approx Highland. HEX triplet: 7B, 95 and 6A. RGB value is (123,149,106). Sum of RGB (Red+Green+Blue) = 123+149+106=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #7B956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B956A is #846A95. Grayscale: #888888. Windows color (decimal): -8678038 or 6985083. OLE color: 6985083.

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

Color convert

RGB123149106-
CMYK0.1700.290.42
HSL96.28º16.86%50%-
HSV(B)96.28º28.86%58.43%-
XYZ21.5226.7517.66-
YUV136.32110.89118.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=32.54%
G=39.42%
B=28.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231491060.1700.290.4296.2816.8650
Hex7B956A1101D2A601132
Octal17322515221035521402162
Binary111101110010101110101010001011101101010110000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,149,106); }

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

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

 a { background-color: rgb(123,149,106); }

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

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

 span { border-color: rgb(123,149,106); }

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