#78AC67

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

Shades of Amulet #78AC67

Tints of Amulet #78AC67

Color information

#78AC67 (or 0x78AC67) is unknown color: approx Amulet. HEX triplet: 78, AC and 67. RGB value is (120,172,103). Sum of RGB (Red+Green+Blue) = 120+172+103=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC67 is #875398. Grayscale: #949494. Windows color (decimal): -8868761 or 6794360. OLE color: 6794360.

HSL color Cylindrical-coordinate representation of color #78AC67: hue angle of 105.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78AC67 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB120172103-
CMYK0.3000.400.33
HSL105.22º29.36%53.92%-
HSV(B)105.22º40.12%67.45%-
XYZ24.9534.4818.17-
YUV148.59102.27107.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=30.38%
G=43.54%
B=26.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721030.3000.400.33105.2229.3653.92
Hex78AC671E02821691d36
Octal17025414736050411513566
Binary1111000101011001100111111100101000100001110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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