Html Css Color HEX #719E65 Amulet

📋 copy color: '#719E65'

red 113 ◦ green 158 ◦ blue 101

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

Shades of Amulet #719E65

Tints of Amulet #719E65

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.47%

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 30.38%
G = 42.47%
B = 27.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#719E65 (or 0x719E65) is known color: Amulet. HEX triplet: 71, 9E and 65. RGB value is (113,158,101). Sum of RGB (Red+Green+Blue) = 113+158+101=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #719E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E65 is #8E619A. Grayscale: #8A8A8A. Windows color (decimal): -9331099 or 6659697. OLE color: 6659697.

HSL color Cylindrical-coordinate representation of color #719E65: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719E65 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 158 101 -
CMYK 0.28 0 0.36 0.38
HSL 107.37º 0.23% 0.51% -
HSV(B) 107.37º 0.36% 0.62% -
XYZ 21.39 28.9 16.76 -
YUV 138.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 113 158 101 0.28 0 0.36 0.38 107.37 0.23 0.51
Hex 71 9E 65 1C 0 24 26 6B 17 33
Octal 161 236 145 34 0 44 46 153 27 63
Binary 1110001 10011110 1100101 11100 0 100100 100110 1101011 10111 110011

Color Harmonies of #719E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E65

Black with #719E65

Text Example


Text Example

White with #719E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719E65; }

 p { color: rgb(113,158,101); }

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

background-color css

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

 a { background-color: rgb(113,158,101); }

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

border-color css

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

 span { border-color: rgb(113,158,101); }

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