#7BB16D

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

Shades of Amulet #7BB16D

Tints of Amulet #7BB16D

Color information

#7BB16D (or 0x7BB16D) is unknown color: approx Amulet. HEX triplet: 7B, B1 and 6D. RGB value is (123,177,109). Sum of RGB (Red+Green+Blue) = 123+177+109=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB16D is #844E92. Grayscale: #999999. Windows color (decimal): -8670867 or 7188859. OLE color: 7188859.

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

Color convert

RGB123177109-
CMYK0.3100.380.31
HSL107.65º30.36%56.08%-
HSV(B)107.65º38.42%69.41%-
XYZ26.6536.7620.16-
YUV153.1103.11106.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.07%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=30.07%
G=43.28%
B=26.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771090.3100.380.31107.6530.3656.08
Hex7BB16D1F0261F6c1e38
Octal17326115537046371543670
Binary111101110110001110110111111010011011111110110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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