#7BB07B

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

Shades of Amulet #7BB07B

Tints of Amulet #7BB07B

Color information

#7BB07B (or 0x7BB07B) is unknown color: approx Amulet. HEX triplet: 7B, B0 and 7B. RGB value is (123,176,123). Sum of RGB (Red+Green+Blue) = 123+176+123=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB07B is #844F84. Grayscale: #9A9A9A. Windows color (decimal): -8671109 or 8106107. OLE color: 8106107.

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

Color convert

RGB123176123-
CMYK0.3000.300.31
HSL120º25.12%58.63%-
HSV(B)120º30.11%69.02%-
XYZ27.2736.6924.38-
YUV154.11110.44105.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.15%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=29.15%
G=41.71%
B=29.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761230.3000.300.3112025.1258.63
Hex7BB07B1E01E1F78193b
Octal17326017336036371703173
Binary11110111011000011110111111001111011111111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,123); }

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

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

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

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

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

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

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