#78AF75

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

Shades of Amulet #78AF75

Tints of Amulet #78AF75

Color information

#78AF75 (or 0x78AF75) is unknown color: approx Amulet. HEX triplet: 78, AF and 75. RGB value is (120,175,117). Sum of RGB (Red+Green+Blue) = 120+175+117=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF75 is #87508A. Grayscale: #989898. Windows color (decimal): -8867979 or 7712632. OLE color: 7712632.

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

Color convert

RGB120175117-
CMYK0.3100.330.31
HSL116.9º26.61%57.25%-
HSV(B)116.9º33.14%68.63%-
XYZ26.2935.9422.38-
YUV151.94108.28105.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=29.13%
G=42.48%
B=28.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751170.3100.330.31116.926.6157.25
Hex78AF751F0211F751b39
Octal17025716537041371653371
Binary111100010101111111010111111010000111111111010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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