Html Css Color HEX #719E68 Amulet

📋 copy color: '#719E68'

red 113 ◦ green 158 ◦ blue 104

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

Shades of Amulet #719E68

Tints of Amulet #719E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 30.13%
G = 42.13%
B = 27.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#719E68 (or 0x719E68) is known color: Amulet. HEX triplet: 71, 9E and 68. RGB value is (113,158,104). Sum of RGB (Red+Green+Blue) = 113+158+104=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #719E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E68 is #8E6197. Grayscale: #8A8A8A. Windows color (decimal): -9331096 or 6856305. OLE color: 6856305.

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

Color convert

RGB 113 158 104 -
CMYK 0.28 0 0.34 0.38
HSL 110º 0.22% 0.51% -
HSV(B) 110º 0.34% 0.62% -
XYZ 21.54 28.96 17.55 -
YUV 138.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 113 158 104 0.28 0 0.34 0.38 110 0.22 0.51
Hex 71 9E 68 1C 0 22 26 6E 16 33
Octal 161 236 150 34 0 42 46 156 26 63
Binary 1110001 10011110 1101000 11100 0 100010 100110 1101110 10110 110011

Color Harmonies of #719E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E68

Black with #719E68

Text Example


Text Example

White with #719E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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