#7B9F76

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

Shades of Amulet #7B9F76

Tints of Amulet #7B9F76

Color information

#7B9F76 (or 0x7B9F76) is unknown color: approx Amulet. HEX triplet: 7B, 9F and 76. RGB value is (123,159,118). Sum of RGB (Red+Green+Blue) = 123+159+118=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F76 is #846089. Grayscale: #8F8F8F. Windows color (decimal): -8675466 or 7774075. OLE color: 7774075.

HSL color Cylindrical-coordinate representation of color #7B9F76: hue angle of 112.68º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B9F76 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB123159118-
CMYK0.2300.260.38
HSL112.68º17.6%54.31%-
HSV(B)112.68º25.79%62.35%-
XYZ23.8430.3221.73-
YUV143.56113.57113.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=30.75%
G=39.75%
B=29.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231591180.2300.260.38112.6817.654.31
Hex7B9F761701A26711236
Octal17323716627032461612266
Binary111101110011111111011010111011010100110111000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,159,118); }

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

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

 a { background-color: rgb(123,159,118); }

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

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

 span { border-color: rgb(123,159,118); }

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