#7BB275

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

Shades of Amulet #7BB275

Tints of Amulet #7BB275

Color information

#7BB275 (or 0x7BB275) is unknown color: approx Amulet. HEX triplet: 7B, B2 and 75. RGB value is (123,178,117). Sum of RGB (Red+Green+Blue) = 123+178+117=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB275 is #844D8A. Grayscale: #9A9A9A. Windows color (decimal): -8670603 or 7713403. OLE color: 7713403.

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

Color convert

RGB123178117-
CMYK0.3100.340.30
HSL114.1º28.37%57.84%-
HSV(B)114.1º34.27%69.8%-
XYZ27.337.3422.6-
YUV154.6106.78105.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.43%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=29.43%
G=42.58%
B=27.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231781170.3100.340.30114.128.3757.84
Hex7BB2751F0221E721c3a
Octal17326216537042361623472
Binary111101110110010111010111111010001011110111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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