#7B9970

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

Shades of Amulet #7B9970

Tints of Amulet #7B9970

Color information

#7B9970 (or 0x7B9970) is unknown color: approx Amulet. HEX triplet: 7B, 99 and 70. RGB value is (123,153,112). Sum of RGB (Red+Green+Blue) = 123+153+112=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9970 is #84668F. Grayscale: #8B8B8B. Windows color (decimal): -8677008 or 7379323. OLE color: 7379323.

HSL color Cylindrical-coordinate representation of color #7B9970: hue angle of 103.9º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B9970 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB123153112-
CMYK0.2000.270.4
HSL103.9º16.73%51.96%-
HSV(B)103.9º26.8%60%-
XYZ22.4828.1619.58-
YUV139.36112.56116.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=31.70%
G=39.43%
B=28.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1231531120.2000.270.4103.916.7351.96
Hex7B99701401B28681134
Octal17323116024033501502164
Binary111101110011001111000010100011011101000110100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,112); }

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

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

 a { background-color: rgb(123,153,112); }

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

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

 span { border-color: rgb(123,153,112); }

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