Html Css Color HEX #719864 Amulet

📋 copy color: '#719864'

red 113 ◦ green 152 ◦ blue 100

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

Shades of Amulet #719864

Tints of Amulet #719864

RGB

 RED value IS 113 (44.53% from 255) = 30.96%

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 30.96%
G = 41.64%
B = 27.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#719864 (or 0x719864) is known color: Amulet. HEX triplet: 71, 98 and 64. RGB value is (113,152,100). Sum of RGB (Red+Green+Blue) = 113+152+100=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #719864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719864 is #8E679B. Grayscale: #868686. Windows color (decimal): -9332636 or 6592625. OLE color: 6592625.

HSL color Cylindrical-coordinate representation of color #719864: hue angle of 105º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #719864 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 100 -
CMYK 0.26 0 0.34 0.40
HSL 105º 0.21% 0.49% -
HSV(B) 105º 0.34% 0.6% -
XYZ 20.34 26.89 16.17 -
YUV 134.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 113 152 100 0.26 0 0.34 0.40 105 0.21 0.49
Hex 71 98 64 1A 0 22 28 69 15 31
Octal 161 230 144 32 0 42 50 151 25 61
Binary 1110001 10011000 1100100 11010 0 100010 101000 1101001 10101 110001

Color Harmonies of #719864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719864

Black with #719864

Text Example


Text Example

White with #719864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719864; }

 p { color: rgb(113,152,100); }

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

background-color css

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

 a { background-color: rgb(113,152,100); }

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

border-color css

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

 span { border-color: rgb(113,152,100); }

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