#7B9F6A

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

Shades of Amulet #7B9F6A

Tints of Amulet #7B9F6A

Color information

#7B9F6A (or 0x7B9F6A) is unknown color: approx Amulet. HEX triplet: 7B, 9F and 6A. RGB value is (123,159,106). Sum of RGB (Red+Green+Blue) = 123+159+106=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F6A is #846095. Grayscale: #8E8E8E. Windows color (decimal): -8675478 or 6987643. OLE color: 6987643.

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

Color convert

RGB123159106-
CMYK0.2300.330.38
HSL100.75º21.63%51.96%-
HSV(B)100.75º33.33%62.35%-
XYZ23.1730.0518.21-
YUV142.19107.57114.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=31.70%
G=40.98%
B=27.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231591060.2300.330.38100.7521.6351.96
Hex7B9F6A1702126651634
Octal17323715227041461452664
Binary1111011100111111101010101110100001100110110010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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