#7B9F77

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

Shades of Amulet #7B9F77

Tints of Amulet #7B9F77

Color information

#7B9F77 (or 0x7B9F77) is unknown color: approx Amulet. HEX triplet: 7B, 9F and 77. RGB value is (123,159,119). Sum of RGB (Red+Green+Blue) = 123+159+119=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F77 is #846088. Grayscale: #8F8F8F. Windows color (decimal): -8675465 or 7839611. OLE color: 7839611.

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

Color convert

RGB123159119-
CMYK0.2300.250.38
HSL114º17.24%54.51%-
HSV(B)114º25.16%62.35%-
XYZ23.930.3422.05-
YUV143.68114.07113.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=30.67%
G=39.65%
B=29.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231591190.2300.250.3811417.2454.51
Hex7B9F771701926721137
Octal17323716727031461622167
Binary111101110011111111011110111011001100110111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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