#78B067

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

Shades of Amulet #78B067

Tints of Amulet #78B067

Color information

#78B067 (or 0x78B067) is unknown color: approx Amulet. HEX triplet: 78, B0 and 67. RGB value is (120,176,103). Sum of RGB (Red+Green+Blue) = 120+176+103=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #78B067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B067 is #874F98. Grayscale: #979797. Windows color (decimal): -8867737 or 6795384. OLE color: 6795384.

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

Color convert

RGB120176103-
CMYK0.3200.410.31
HSL106.03º31.6%54.71%-
HSV(B)106.03º41.48%69.02%-
XYZ25.7236.0218.43-
YUV150.93100.95105.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=30.08%
G=44.11%
B=25.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761030.3200.410.31106.0331.654.71
Hex78B067200291F6a2037
Octal17026014740051371524067
Binary11110001011000011001111000000101001111111101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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