#7BB069

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

Shades of Amulet #7BB069

Tints of Amulet #7BB069

Color information

#7BB069 (or 0x7BB069) is unknown color: approx Amulet. HEX triplet: 7B, B0 and 69. RGB value is (123,176,105). Sum of RGB (Red+Green+Blue) = 123+176+105=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB069 is #844F96. Grayscale: #989898. Windows color (decimal): -8671127 or 6926459. OLE color: 6926459.

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

Color convert

RGB123176105-
CMYK0.3000.400.31
HSL104.79º31%55.1%-
HSV(B)104.79º40.34%69.02%-
XYZ26.2436.2818.98-
YUV152.06101.44107.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.45%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=30.45%
G=43.56%
B=25.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761050.3000.400.31104.793155.1
Hex7BB0691E0281F691f37
Octal17326015136050371513767
Binary111101110110000110100111110010100011111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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