#7BA27A

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

Shades of Amulet #7BA27A

Tints of Amulet #7BA27A

Color information

#7BA27A (or 0x7BA27A) is unknown color: approx Amulet. HEX triplet: 7B, A2 and 7A. RGB value is (123,162,122). Sum of RGB (Red+Green+Blue) = 123+162+122=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA27A is #845D85. Grayscale: #919191. Windows color (decimal): -8674694 or 8036987. OLE color: 8036987.

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

Color convert

RGB123162122-
CMYK0.2400.250.36
HSL118.5º17.7%55.69%-
HSV(B)118.5º24.69%63.53%-
XYZ24.631.4623.19-
YUV145.78114.58111.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=30.22%
G=39.80%
B=29.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621220.2400.250.36118.517.755.69
Hex7BA27A1801924761238
Octal17324217230031441662270
Binary111101110100010111101011000011001100100111011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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