Html Css Color HEX #719D66 Amulet

📋 copy color: '#719D66'

red 113 ◦ green 157 ◦ blue 102

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

Shades of Amulet #719D66

Tints of Amulet #719D66

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

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

R = 30.38%
G = 42.2%
B = 27.42%

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

#719D66 (or 0x719D66) is known color: Amulet. HEX triplet: 71, 9D and 66. RGB value is (113,157,102). Sum of RGB (Red+Green+Blue) = 113+157+102=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #719D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D66 is #8E6299. Grayscale: #898989. Windows color (decimal): -9331354 or 6724977. OLE color: 6724977.

HSL color Cylindrical-coordinate representation of color #719D66: hue angle of 108º 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 #719D66 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 102 -
CMYK 0.28 0 0.35 0.38
HSL 108º 0.22% 0.51% -
HSV(B) 108º 0.35% 0.62% -
XYZ 21.27 28.58 16.97 -
YUV 137.57 107.92 110.47 -
System Red Green Blue C M Y K H S L
Decimal 113 157 102 0.28 0 0.35 0.38 108 0.22 0.51
Hex 71 9D 66 1C 0 23 26 6C 16 33
Octal 161 235 146 34 0 43 46 154 26 63
Binary 1110001 10011101 1100110 11100 0 100011 100110 1101100 10110 110011

Color Harmonies of #719D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D66

Black with #719D66

Text Example


Text Example

White with #719D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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