Html Css Color HEX #78AC6A Amulet

📋 copy color: '#78AC6A'

red 120 ◦ green 172 ◦ blue 106

#78AC6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #78AC6A

Tints of Amulet #78AC6A

RGB

 RED value IS 120 (47.27% from 255) = 30.15%

 GREEN value IS 172 (67.58% from 255) = 43.22%

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 30.15%
G = 43.22%
B = 26.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#78AC6A (or 0x78AC6A) is known color: Amulet. HEX triplet: 78, AC and 6A. RGB value is (120,172,106). Sum of RGB (Red+Green+Blue) = 120+172+106=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC6A is #875395. Grayscale: #959595. Windows color (decimal): -8868758 or 6990968. OLE color: 6990968.

HSL color Cylindrical-coordinate representation of color #78AC6A: hue angle of 107.27º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78AC6A is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 172 106 -
CMYK 0.30 0 0.38 0.33
HSL 107.27º 0.28% 0.55% -
HSV(B) 107.27º 0.38% 0.67% -
XYZ 25.1 34.54 18.98 -
YUV 148.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 120 172 106 0.30 0 0.38 0.33 107.27 0.28 0.55
Hex 78 AC 6A 1E 0 26 21 6B 1C 37
Octal 170 254 152 36 0 46 41 153 34 67
Binary 1111000 10101100 1101010 11110 0 100110 100001 1101011 11100 110111

Color Harmonies of #78AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AC6A

Black with #78AC6A

Text Example


Text Example

White with #78AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AC6A;
 }
 .AnyTagClassName
 {
   color: #78AC6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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