#7BAE66

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

Shades of Amulet #7BAE66

Tints of Amulet #7BAE66

Color information

#7BAE66 (or 0x7BAE66) is unknown color: approx Amulet. HEX triplet: 7B, AE and 66. RGB value is (123,174,102). Sum of RGB (Red+Green+Blue) = 123+174+102=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE66 is #845199. Grayscale: #969696. Windows color (decimal): -8671642 or 6729339. OLE color: 6729339.

HSL color Cylindrical-coordinate representation of color #7BAE66: hue angle of 102.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BAE66 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB123174102-
CMYK0.2900.410.32
HSL102.5º30.77%54.12%-
HSV(B)102.5º41.38%68.24%-
XYZ25.735.4418.06-
YUV150.54100.6108.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.83%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=30.83%
G=43.61%
B=25.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741020.2900.410.32102.530.7754.12
Hex7BAE661D02920661f36
Octal17325614635051401463766
Binary1111011101011101100110111010101001100000110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,102); }

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

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

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

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

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

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

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