Html Css Color HEX #719F69 Amulet

📋 copy color: '#719F69'

red 113 ◦ green 159 ◦ blue 105

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

Shades of Amulet #719F69

Tints of Amulet #719F69

RGB

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

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

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

R = 29.97%
G = 42.18%
B = 27.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#719F69 (or 0x719F69) is known color: Amulet. HEX triplet: 71, 9F and 69. RGB value is (113,159,105). Sum of RGB (Red+Green+Blue) = 113+159+105=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #719F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F69 is #8E6096. Grayscale: #8B8B8B. Windows color (decimal): -9330839 or 6922097. OLE color: 6922097.

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

Color convert

RGB 113 159 105 -
CMYK 0.29 0 0.34 0.38
HSL 111.11º 0.22% 0.52% -
HSV(B) 111.11º 0.34% 0.62% -
XYZ 21.76 29.33 17.88 -
YUV 139.09 108.76 109.39 -
System Red Green Blue C M Y K H S L
Decimal 113 159 105 0.29 0 0.34 0.38 111.11 0.22 0.52
Hex 71 9F 69 1D 0 22 26 6F 16 34
Octal 161 237 151 35 0 42 46 157 26 64
Binary 1110001 10011111 1101001 11101 0 100010 100110 1101111 10110 110100

Color Harmonies of #719F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F69

Black with #719F69

Text Example


Text Example

White with #719F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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