#78AE67

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

Shades of Amulet #78AE67

Tints of Amulet #78AE67

Color information

#78AE67 (or 0x78AE67) is unknown color: approx Amulet. HEX triplet: 78, AE and 67. RGB value is (120,174,103). Sum of RGB (Red+Green+Blue) = 120+174+103=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE67 is #875198. Grayscale: #959595. Windows color (decimal): -8868249 or 6794872. OLE color: 6794872.

HSL color Cylindrical-coordinate representation of color #78AE67: hue angle of 105.63º 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 #78AE67 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB120174103-
CMYK0.3100.410.32
HSL105.63º30.47%54.31%-
HSV(B)105.63º40.8%68.24%-
XYZ25.3335.2418.3-
YUV149.76101.61106.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=30.23%
G=43.83%
B=25.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741030.3100.410.32105.6330.4754.31
Hex78AE671F029206a1e36
Octal17025614737051401523666
Binary1111000101011101100111111110101001100000110101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AE67; }

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

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

<style>
 a { background-color: #78AE67; }

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

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

<style>
 span { border-color: #78AE67; }

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

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