Html Css Color HEX #719964 Amulet

📋 copy color: '#719964'

red 113 ◦ green 153 ◦ blue 100

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

Shades of Amulet #719964

Tints of Amulet #719964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 30.87%
G = 41.8%
B = 27.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#719964 (or 0x719964) is known color: Amulet. HEX triplet: 71, 99 and 64. RGB value is (113,153,100). Sum of RGB (Red+Green+Blue) = 113+153+100=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #719964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719964 is #8E669B. Grayscale: #878787. Windows color (decimal): -9332380 or 6592881. OLE color: 6592881.

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

Color convert

RGB 113 153 100 -
CMYK 0.26 0 0.35 0.4
HSL 105.28º 0.21% 0.5% -
HSV(B) 105.28º 0.35% 0.6% -
XYZ 20.5 27.21 16.23 -
YUV 135 108.25 112.31 -
System Red Green Blue C M Y K H S L
Decimal 113 153 100 0.26 0 0.35 0.4 105.28 0.21 0.5
Hex 71 99 64 1A 0 23 28 69 15 32
Octal 161 231 144 32 0 43 50 151 25 62
Binary 1110001 10011001 1100100 11010 0 100011 101000 1101001 10101 110010

Color Harmonies of #719964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719964

Black with #719964

Text Example


Text Example

White with #719964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719964; }

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

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

background-color css

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

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

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

border-color css

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

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

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