#78AE6B

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

Shades of Amulet #78AE6B

Tints of Amulet #78AE6B

Color information

#78AE6B (or 0x78AE6B) is unknown color: approx Amulet. HEX triplet: 78, AE and 6B. RGB value is (120,174,107). Sum of RGB (Red+Green+Blue) = 120+174+107=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE6B is #875194. Grayscale: #969696. Windows color (decimal): -8868245 or 7057016. OLE color: 7057016.

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

Color convert

RGB120174107-
CMYK0.3100.390.32
HSL108.36º29.26%55.1%-
HSV(B)108.36º38.51%68.24%-
XYZ25.5435.3319.38-
YUV150.22103.61106.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=29.93%
G=43.39%
B=26.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741070.3100.390.32108.3629.2655.1
Hex78AE6B1F027206c1d37
Octal17025615337047401543567
Binary1111000101011101101011111110100111100000110110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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