#7BB175

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

Shades of Amulet #7BB175

Tints of Amulet #7BB175

Color information

#7BB175 (or 0x7BB175) is unknown color: approx Amulet. HEX triplet: 7B, B1 and 75. RGB value is (123,177,117). Sum of RGB (Red+Green+Blue) = 123+177+117=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB175 is #844E8A. Grayscale: #9A9A9A. Windows color (decimal): -8670859 or 7713147. OLE color: 7713147.

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

Color convert

RGB123177117-
CMYK0.3100.340.31
HSL114º27.78%57.65%-
HSV(B)114º33.9%69.41%-
XYZ27.136.9422.53-
YUV154.01107.11105.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.50%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=29.50%
G=42.45%
B=28.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771170.3100.340.3111427.7857.65
Hex7BB1751F0221F721c3a
Octal17326116537042371623472
Binary111101110110001111010111111010001011111111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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