Html Css Color HEX #719B6D Amulet

📋 copy color: '#719B6D'

red 113 ◦ green 155 ◦ blue 109

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

Shades of Amulet #719B6D

Tints of Amulet #719B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 29.97%
G = 41.11%
B = 28.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#719B6D (or 0x719B6D) is known color: Amulet. HEX triplet: 71, 9B and 6D. RGB value is (113,155,109). Sum of RGB (Red+Green+Blue) = 113+155+109=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #719B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B6D is #8E6492. Grayscale: #898989. Windows color (decimal): -9331859 or 7183217. OLE color: 7183217.

HSL color Cylindrical-coordinate representation of color #719B6D: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #719B6D is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 109 -
CMYK 0.27 0 0.30 0.39
HSL 114.78º 0.19% 0.52% -
HSV(B) 114.78º 0.3% 0.61% -
XYZ 21.29 28.06 18.76 -
YUV 137.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 113 155 109 0.27 0 0.30 0.39 114.78 0.19 0.52
Hex 71 9B 6D 1B 0 1E 27 73 13 34
Octal 161 233 155 33 0 36 47 163 23 64
Binary 1110001 10011011 1101101 11011 0 11110 100111 1110011 10011 110100

Color Harmonies of #719B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B6D

Black with #719B6D

Text Example


Text Example

White with #719B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,155,109); }

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

background-color css

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

 a { background-color: rgb(113,155,109); }

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

border-color css

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

 span { border-color: rgb(113,155,109); }

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