Html Css Color HEX #78986B Amulet

📋 copy color: '#78986B'

red 120 ◦ green 152 ◦ blue 107

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

Shades of Amulet #78986B

Tints of Amulet #78986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 31.66%
G = 40.11%
B = 28.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#78986B (or 0x78986B) is known color: Amulet. HEX triplet: 78, 98 and 6B. RGB value is (120,152,107). Sum of RGB (Red+Green+Blue) = 120+152+107=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #78986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78986B is #876794. Grayscale: #898989. Windows color (decimal): -8873877 or 7051384. OLE color: 7051384.

HSL color Cylindrical-coordinate representation of color #78986B: hue angle of 102.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78986B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 107 -
CMYK 0.21 0 0.30 0.40
HSL 102.67º 0.18% 0.51% -
HSV(B) 102.67º 0.3% 0.6% -
XYZ 21.63 27.51 18.08 -
YUV 137.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 120 152 107 0.21 0 0.30 0.40 102.67 0.18 0.51
Hex 78 98 6B 15 0 1E 28 67 12 33
Octal 170 230 153 25 0 36 50 147 22 63
Binary 1111000 10011000 1101011 10101 0 11110 101000 1100111 10010 110011

Color Harmonies of #78986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78986B

Black with #78986B

Text Example


Text Example

White with #78986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78986B; }

 p { color: rgb(120,152,107); }

 H1.HeaderClassName
 {
   color: #78986B;
 }
 .AnyTagClassName
 {
   color: #78986B;
 }
</style>

background-color css

<style>
 a { background-color: #78986B; }

 a { background-color: rgb(120,152,107); }

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

border-color css

<style>
 span { border-color: #78986B; }

 span { border-color: rgb(120,152,107); }

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