Html Css Color HEX #719963 Amulet

📋 copy color: '#719963'

red 113 ◦ green 153 ◦ blue 99

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

Shades of Amulet #719963

Tints of Amulet #719963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 30.96%
G = 41.92%
B = 27.12%

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

#719963 (or 0x719963) is known color: Amulet. HEX triplet: 71, 99 and 63. RGB value is (113,153,99). Sum of RGB (Red+Green+Blue) = 113+153+99=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #719963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719963 is #8E669C. Grayscale: #878787. Windows color (decimal): -9332381 or 6527345. OLE color: 6527345.

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

Color convert

RGB 113 153 99 -
CMYK 0.26 0 0.35 0.4
HSL 104.44º 0.21% 0.49% -
HSV(B) 104.44º 0.35% 0.6% -
XYZ 20.45 27.19 15.98 -
YUV 134.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 113 153 99 0.26 0 0.35 0.4 104.44 0.21 0.49
Hex 71 99 63 1A 0 23 28 68 15 31
Octal 161 231 143 32 0 43 50 150 25 61
Binary 1110001 10011001 1100011 11010 0 100011 101000 1101000 10101 110001

Color Harmonies of #719963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719963

Black with #719963

Text Example


Text Example

White with #719963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719963; }

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

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

background-color css

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

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

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

border-color css

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

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

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