Html Css Color HEX #78A26C Amulet

📋 copy color: '#78A26C'

red 120 ◦ green 162 ◦ blue 108

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

Shades of Amulet #78A26C

Tints of Amulet #78A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 30.77%
G = 41.54%
B = 27.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#78A26C (or 0x78A26C) is known color: Amulet. HEX triplet: 78, A2 and 6C. RGB value is (120,162,108). Sum of RGB (Red+Green+Blue) = 120+162+108=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #78A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A26C is #875D93. Grayscale: #8F8F8F. Windows color (decimal): -8871316 or 7119480. OLE color: 7119480.

HSL color Cylindrical-coordinate representation of color #78A26C: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A26C is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 162 108 -
CMYK 0.26 0 0.33 0.36
HSL 106.67º 0.23% 0.53% -
HSV(B) 106.67º 0.33% 0.64% -
XYZ 23.37 30.92 18.92 -
YUV 143.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 120 162 108 0.26 0 0.33 0.36 106.67 0.23 0.53
Hex 78 A2 6C 1A 0 21 24 6B 16 35
Octal 170 242 154 32 0 41 44 153 26 65
Binary 1111000 10100010 1101100 11010 0 100001 100100 1101011 10110 110101

Color Harmonies of #78A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A26C

Black with #78A26C

Text Example


Text Example

White with #78A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,162,108); }

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

background-color css

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

 a { background-color: rgb(120,162,108); }

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

border-color css

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

 span { border-color: rgb(120,162,108); }

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