#7BB270

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

Shades of Amulet #7BB270

Tints of Amulet #7BB270

Color information

#7BB270 (or 0x7BB270) is unknown color: approx Amulet. HEX triplet: 7B, B2 and 70. RGB value is (123,178,112). Sum of RGB (Red+Green+Blue) = 123+178+112=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB270 is #844D8F. Grayscale: #9A9A9A. Windows color (decimal): -8670608 or 7385723. OLE color: 7385723.

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

Color convert

RGB123178112-
CMYK0.3100.370.30
HSL110º30%56.86%-
HSV(B)110º37.08%69.8%-
XYZ27.0137.2221.09-
YUV154.03104.28105.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=29.78%
G=43.10%
B=27.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231781120.3100.370.301103056.86
Hex7BB2701F0251E6e1e39
Octal17326216037045361563671
Binary111101110110010111000011111010010111110110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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