#7BAF79

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

Shades of Amulet #7BAF79

Tints of Amulet #7BAF79

Color information

#7BAF79 (or 0x7BAF79) is unknown color: approx Amulet. HEX triplet: 7B, AF and 79. RGB value is (123,175,121). Sum of RGB (Red+Green+Blue) = 123+175+121=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF79 is #845086. Grayscale: #999999. Windows color (decimal): -8671367 or 7974779. OLE color: 7974779.

HSL color Cylindrical-coordinate representation of color #7BAF79: hue angle of 117.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BAF79 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB123175121-
CMYK0.3000.310.31
HSL117.78º25.23%58.04%-
HSV(B)117.78º30.86%68.63%-
XYZ26.9536.2523.67-
YUV153.3109.77106.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=29.36%
G=41.77%
B=28.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751210.3000.310.31117.7825.2358.04
Hex7BAF791E01F1F76193a
Octal17325717136037371663172
Binary11110111010111111110011111001111111111111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,121); }

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

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

 a { background-color: rgb(123,175,121); }

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

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

 span { border-color: rgb(123,175,121); }

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