#7BA26C

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

Shades of Amulet #7BA26C

Tints of Amulet #7BA26C

Color information

#7BA26C (or 0x7BA26C) is unknown color: approx Amulet. HEX triplet: 7B, A2 and 6C. RGB value is (123,162,108). Sum of RGB (Red+Green+Blue) = 123+162+108=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA26C is #845D93. Grayscale: #909090. Windows color (decimal): -8674708 or 7119483. OLE color: 7119483.

HSL color Cylindrical-coordinate representation of color #7BA26C: hue angle of 103.33º 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 #7BA26C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB123162108-
CMYK0.2400.330.36
HSL103.33º22.5%52.94%-
HSV(B)103.33º33.33%63.53%-
XYZ23.831.1318.94-
YUV144.18107.58112.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.30%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=31.30%
G=41.22%
B=27.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621080.2400.330.36103.3322.552.94
Hex7BA26C1802124671735
Octal17324215430041441472765
Binary1111011101000101101100110000100001100100110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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