#7BA56D

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

Shades of Amulet #7BA56D

Tints of Amulet #7BA56D

Color information

#7BA56D (or 0x7BA56D) is unknown color: approx Amulet. HEX triplet: 7B, A5 and 6D. RGB value is (123,165,109). Sum of RGB (Red+Green+Blue) = 123+165+109=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA56D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA56D is #845A92. Grayscale: #929292. Windows color (decimal): -8673939 or 7185787. OLE color: 7185787.

HSL color Cylindrical-coordinate representation of color #7BA56D: hue angle of 105º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BA56D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB123165109-
CMYK0.2500.340.35
HSL105º23.73%53.73%-
HSV(B)105º33.94%64.71%-
XYZ24.3832.2319.4-
YUV146.06107.09111.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=30.98%
G=41.56%
B=27.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231651090.2500.340.3510523.7353.73
Hex7BA56D1902223691836
Octal17324515531042431513066
Binary1111011101001011101101110010100010100011110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,165,109); }

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

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

 a { background-color: rgb(123,165,109); }

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

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

 span { border-color: rgb(123,165,109); }

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