#7BA96C

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

Shades of Amulet #7BA96C

Tints of Amulet #7BA96C

Color information

#7BA96C (or 0x7BA96C) is unknown color: approx Amulet. HEX triplet: 7B, A9 and 6C. RGB value is (123,169,108). Sum of RGB (Red+Green+Blue) = 123+169+108=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA96C is #845693. Grayscale: #949494. Windows color (decimal): -8672916 or 7121275. OLE color: 7121275.

HSL color Cylindrical-coordinate representation of color #7BA96C: hue angle of 105.25º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BA96C is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB123169108-
CMYK0.2700.360.34
HSL105.25º26.18%54.31%-
HSV(B)105.25º36.09%66.27%-
XYZ25.0633.6719.37-
YUV148.29105.26109.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 169 (66.41% from 255) = 42.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=30.75%
G=42.25%
B=27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1231691080.2700.360.34105.2526.1854.31
Hex7BA96C1B02422691a36
Octal17325115433044421513266
Binary1111011101010011101100110110100100100010110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,169,108); }

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

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

 a { background-color: rgb(123,169,108); }

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

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

 span { border-color: rgb(123,169,108); }

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