#78A267

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

Shades of Amulet #78A267

Tints of Amulet #78A267

Color information

#78A267 (or 0x78A267) is unknown color: approx Amulet. HEX triplet: 78, A2 and 67. RGB value is (120,162,103). Sum of RGB (Red+Green+Blue) = 120+162+103=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #78A267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A267 is #875D98. Grayscale: #8E8E8E. Windows color (decimal): -8871321 or 6791800. OLE color: 6791800.

HSL color Cylindrical-coordinate representation of color #78A267: hue angle of 102.71º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78A267 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB120162103-
CMYK0.2600.360.36
HSL102.71º24.08%51.96%-
HSV(B)102.71º36.42%63.53%-
XYZ23.1130.8117.56-
YUV142.72105.59111.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 103 (40.62% from 255) = 26.75%
R=31.17%
G=42.08%
B=26.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621030.2600.360.36102.7124.0851.96
Hex78A2671A02424671834
Octal17024214732044441473064
Binary1111000101000101100111110100100100100100110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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