#78AF66

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

Shades of Amulet #78AF66

Tints of Amulet #78AF66

Color information

#78AF66 (or 0x78AF66) is unknown color: approx Amulet. HEX triplet: 78, AF and 66. RGB value is (120,175,102). Sum of RGB (Red+Green+Blue) = 120+175+102=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF66 is #875099. Grayscale: #969696. Windows color (decimal): -8867994 or 6729592. OLE color: 6729592.

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

Color convert

RGB120175102-
CMYK0.3100.420.31
HSL105.21º31.33%54.31%-
HSV(B)105.21º41.71%68.63%-
XYZ25.4735.6118.1-
YUV150.23100.78106.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=30.23%
G=44.08%
B=25.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751020.3100.420.31105.2131.3354.31
Hex78AF661F02A1F691f36
Octal17025714637052371513766
Binary111100010101111110011011111010101011111110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,102); }

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

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

 a { background-color: rgb(120,175,102); }

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

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

 span { border-color: rgb(120,175,102); }

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