Html Css Color HEX #719F65 Amulet

📋 copy color: '#719F65'

red 113 ◦ green 159 ◦ blue 101

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

Shades of Amulet #719F65

Tints of Amulet #719F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.63%

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 30.29%
G = 42.63%
B = 27.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#719F65 (or 0x719F65) is known color: Amulet. HEX triplet: 71, 9F and 65. RGB value is (113,159,101). Sum of RGB (Red+Green+Blue) = 113+159+101=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #719F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F65 is #8E609A. Grayscale: #8A8A8A. Windows color (decimal): -9330843 or 6659953. OLE color: 6659953.

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

Color convert

RGB 113 159 101 -
CMYK 0.29 0 0.36 0.38
HSL 107.59º 0.23% 0.51% -
HSV(B) 107.59º 0.36% 0.62% -
XYZ 21.56 29.25 16.82 -
YUV 138.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 113 159 101 0.29 0 0.36 0.38 107.59 0.23 0.51
Hex 71 9F 65 1D 0 24 26 6C 17 33
Octal 161 237 145 35 0 44 46 154 27 63
Binary 1110001 10011111 1100101 11101 0 100100 100110 1101100 10111 110011

Color Harmonies of #719F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F65

Black with #719F65

Text Example


Text Example

White with #719F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,159,101); }

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

background-color css

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

 a { background-color: rgb(113,159,101); }

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

border-color css

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

 span { border-color: rgb(113,159,101); }

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