Html Css Color HEX #719D68 Amulet

📋 copy color: '#719D68'

red 113 ◦ green 157 ◦ blue 104

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

Shades of Amulet #719D68

Tints of Amulet #719D68

RGB

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

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

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

R = 30.21%
G = 41.98%
B = 27.81%

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

#719D68 (or 0x719D68) is known color: Amulet. HEX triplet: 71, 9D and 68. RGB value is (113,157,104). Sum of RGB (Red+Green+Blue) = 113+157+104=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #719D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D68 is #8E6297. Grayscale: #898989. Windows color (decimal): -9331352 or 6856049. OLE color: 6856049.

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

Color convert

RGB 113 157 104 -
CMYK 0.28 0 0.34 0.38
HSL 109.81º 0.21% 0.51% -
HSV(B) 109.81º 0.34% 0.62% -
XYZ 21.37 28.62 17.5 -
YUV 137.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 113 157 104 0.28 0 0.34 0.38 109.81 0.21 0.51
Hex 71 9D 68 1C 0 22 26 6E 15 33
Octal 161 235 150 34 0 42 46 156 25 63
Binary 1110001 10011101 1101000 11100 0 100010 100110 1101110 10101 110011

Color Harmonies of #719D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D68

Black with #719D68

Text Example


Text Example

White with #719D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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