Html Css Color HEX #719E69 Amulet

📋 copy color: '#719E69'

red 113 ◦ green 158 ◦ blue 105

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

Shades of Amulet #719E69

Tints of Amulet #719E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 30.05%
G = 42.02%
B = 27.93%

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

#719E69 (or 0x719E69) is known color: Amulet. HEX triplet: 71, 9E and 69. RGB value is (113,158,105). Sum of RGB (Red+Green+Blue) = 113+158+105=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #719E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E69 is #8E6196. Grayscale: #8A8A8A. Windows color (decimal): -9331095 or 6921841. OLE color: 6921841.

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

Color convert

RGB 113 158 105 -
CMYK 0.28 0 0.34 0.38
HSL 110.94º 0.21% 0.52% -
HSV(B) 110.94º 0.34% 0.62% -
XYZ 21.59 28.98 17.82 -
YUV 138.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 113 158 105 0.28 0 0.34 0.38 110.94 0.21 0.52
Hex 71 9E 69 1C 0 22 26 6F 15 34
Octal 161 236 151 34 0 42 46 157 25 64
Binary 1110001 10011110 1101001 11100 0 100010 100110 1101111 10101 110100

Color Harmonies of #719E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E69

Black with #719E69

Text Example


Text Example

White with #719E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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