#7BAF71

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

Shades of Amulet #7BAF71

Tints of Amulet #7BAF71

Color information

#7BAF71 (or 0x7BAF71) is unknown color: approx Amulet. HEX triplet: 7B, AF and 71. RGB value is (123,175,113). Sum of RGB (Red+Green+Blue) = 123+175+113=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF71 is #84508E. Grayscale: #989898. Windows color (decimal): -8671375 or 7450491. OLE color: 7450491.

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

Color convert

RGB123175113-
CMYK0.3000.350.31
HSL110.32º27.93%56.47%-
HSV(B)110.32º35.43%68.63%-
XYZ26.4836.0621.19-
YUV152.38105.77107.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.93%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=29.93%
G=42.58%
B=27.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751130.3000.350.31110.3227.9356.47
Hex7BAF711E0231F6e1c38
Octal17325716136043371563470
Binary111101110101111111000111110010001111111110111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,113); }

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

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

 a { background-color: rgb(123,175,113); }

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

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

 span { border-color: rgb(123,175,113); }

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