#78A26C

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

Shades of Amulet #78A26C

Tints of Amulet #78A26C

Color information

#78A26C (or 0x78A26C) is unknown color: approx Amulet. HEX triplet: 78, A2 and 6C. RGB value is (120,162,108). Sum of RGB (Red+Green+Blue) = 120+162+108=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #78A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A26C is #875D93. Grayscale: #8F8F8F. Windows color (decimal): -8871316 or 7119480. OLE color: 7119480.

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

Color convert

RGB120162108-
CMYK0.2600.330.36
HSL106.67º22.5%52.94%-
HSV(B)106.67º33.33%63.53%-
XYZ23.3730.9218.92-
YUV143.29108.09111.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=30.77%
G=41.54%
B=27.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621080.2600.330.36106.6722.552.94
Hex78A26C1A021246b1735
Octal17024215432041441532765
Binary1111000101000101101100110100100001100100110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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