#7BB16A

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

Shades of Amulet #7BB16A

Tints of Amulet #7BB16A

Color information

#7BB16A (or 0x7BB16A) is unknown color: approx Amulet. HEX triplet: 7B, B1 and 6A. RGB value is (123,177,106). Sum of RGB (Red+Green+Blue) = 123+177+106=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB16A is #844E95. Grayscale: #989898. Windows color (decimal): -8670870 or 6992251. OLE color: 6992251.

HSL color Cylindrical-coordinate representation of color #7BB16A: hue angle of 105.63º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BB16A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB123177106-
CMYK0.3100.400.31
HSL105.63º31.28%55.49%-
HSV(B)105.63º40.11%69.41%-
XYZ26.4936.719.32-
YUV152.76101.61106.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=30.30%
G=43.60%
B=26.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771060.3100.400.31105.6331.2855.49
Hex7BB16A1F0281F6a1f37
Octal17326115237050371523767
Binary111101110110001110101011111010100011111110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,177,106); }

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

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

 a { background-color: rgb(123,177,106); }

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

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

 span { border-color: rgb(123,177,106); }

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