Html Css Color HEX #719E66 Amulet

📋 copy color: '#719E66'

red 113 ◦ green 158 ◦ blue 102

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

Shades of Amulet #719E66

Tints of Amulet #719E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 30.29%
G = 42.36%
B = 27.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#719E66 (or 0x719E66) is known color: Amulet. HEX triplet: 71, 9E and 66. RGB value is (113,158,102). Sum of RGB (Red+Green+Blue) = 113+158+102=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #719E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E66 is #8E6199. Grayscale: #8A8A8A. Windows color (decimal): -9331098 or 6725233. OLE color: 6725233.

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

Color convert

RGB 113 158 102 -
CMYK 0.28 0 0.35 0.38
HSL 108.21º 0.22% 0.51% -
HSV(B) 108.21º 0.35% 0.62% -
XYZ 21.44 28.92 17.02 -
YUV 138.16 107.59 110.05 -
System Red Green Blue C M Y K H S L
Decimal 113 158 102 0.28 0 0.35 0.38 108.21 0.22 0.51
Hex 71 9E 66 1C 0 23 26 6C 16 33
Octal 161 236 146 34 0 43 46 154 26 63
Binary 1110001 10011110 1100110 11100 0 100011 100110 1101100 10110 110011

Color Harmonies of #719E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E66

Black with #719E66

Text Example


Text Example

White with #719E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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