#78B06C

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

Shades of Amulet #78B06C

Tints of Amulet #78B06C

Color information

#78B06C (or 0x78B06C) is unknown color: approx Amulet. HEX triplet: 78, B0 and 6C. RGB value is (120,176,108). Sum of RGB (Red+Green+Blue) = 120+176+108=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #78B06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B06C is #874F93. Grayscale: #979797. Windows color (decimal): -8867732 or 7123064. OLE color: 7123064.

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

Color convert

RGB120176108-
CMYK0.3200.390.31
HSL109.41º30.09%55.69%-
HSV(B)109.41º38.64%69.02%-
XYZ25.9836.1319.79-
YUV151.5103.45105.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.70%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=29.70%
G=43.56%
B=26.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761080.3200.390.31109.4130.0955.69
Hex78B06C200271F6d1e38
Octal17026015440047371553670
Binary1111000101100001101100100000010011111111110110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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