#7BAE67

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

Shades of Amulet #7BAE67

Tints of Amulet #7BAE67

Color information

#7BAE67 (or 0x7BAE67) is unknown color: approx Amulet. HEX triplet: 7B, AE and 67. RGB value is (123,174,103). Sum of RGB (Red+Green+Blue) = 123+174+103=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE67 is #845198. Grayscale: #969696. Windows color (decimal): -8671641 or 6794875. OLE color: 6794875.

HSL color Cylindrical-coordinate representation of color #7BAE67: hue angle of 103.1º degrees, saturation: 0.3, 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 #7BAE67 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB123174103-
CMYK0.2900.410.32
HSL103.1º30.47%54.31%-
HSV(B)103.1º40.8%68.24%-
XYZ25.7535.4618.32-
YUV150.66101.1108.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=30.75%
G=43.5%
B=25.75%

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
Decimal1231741030.2900.410.32103.130.4754.31
Hex7BAE671D02920671e36
Octal17325614735051401473666
Binary1111011101011101100111111010101001100000110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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