#7BB16F

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

Shades of Amulet #7BB16F

Tints of Amulet #7BB16F

Color information

#7BB16F (or 0x7BB16F) is unknown color: approx Amulet. HEX triplet: 7B, B1 and 6F. RGB value is (123,177,111). Sum of RGB (Red+Green+Blue) = 123+177+111=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB16F is #844E90. Grayscale: #999999. Windows color (decimal): -8670865 or 7319931. OLE color: 7319931.

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

Color convert

RGB123177111-
CMYK0.3100.370.31
HSL109.09º29.73%56.47%-
HSV(B)109.09º37.29%69.41%-
XYZ26.7636.820.73-
YUV153.33104.11106.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.93%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=29.93%
G=43.07%
B=27.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771110.3100.370.31109.0929.7356.47
Hex7BB16F1F0251F6d1e38
Octal17326115737045371553670
Binary111101110110001110111111111010010111111110110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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