#7BA36D

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

Shades of Amulet #7BA36D

Tints of Amulet #7BA36D

Color information

#7BA36D (or 0x7BA36D) is unknown color: approx Amulet. HEX triplet: 7B, A3 and 6D. RGB value is (123,163,109). Sum of RGB (Red+Green+Blue) = 123+163+109=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA36D is #845C92. Grayscale: #919191. Windows color (decimal): -8674451 or 7185275. OLE color: 7185275.

HSL color Cylindrical-coordinate representation of color #7BA36D: hue angle of 104.44º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BA36D is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB123163109-
CMYK0.2500.330.36
HSL104.44º22.69%53.33%-
HSV(B)104.44º33.13%63.92%-
XYZ24.0331.5119.28-
YUV144.88107.75112.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 163 (64.06% from 255) = 41.27%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=31.14%
G=41.27%
B=27.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231631090.2500.330.36104.4422.6953.33
Hex7BA36D1902124681735
Octal17324315531041441502765
Binary1111011101000111101101110010100001100100110100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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