Html Css Color HEX #719F68 Amulet

📋 copy color: '#719F68'

red 113 ◦ green 159 ◦ blue 104

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

Shades of Amulet #719F68

Tints of Amulet #719F68

RGB

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

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

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

R = 30.05%
G = 42.29%
B = 27.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#719F68 (or 0x719F68) is known color: Amulet. HEX triplet: 71, 9F and 68. RGB value is (113,159,104). Sum of RGB (Red+Green+Blue) = 113+159+104=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #719F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F68 is #8E6097. Grayscale: #8B8B8B. Windows color (decimal): -9330840 or 6856561. OLE color: 6856561.

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

Color convert

RGB 113 159 104 -
CMYK 0.29 0 0.35 0.38
HSL 110.18º 0.22% 0.52% -
HSV(B) 110.18º 0.35% 0.62% -
XYZ 21.71 29.31 17.61 -
YUV 138.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 113 159 104 0.29 0 0.35 0.38 110.18 0.22 0.52
Hex 71 9F 68 1D 0 23 26 6E 16 34
Octal 161 237 150 35 0 43 46 156 26 64
Binary 1110001 10011111 1101000 11101 0 100011 100110 1101110 10110 110100

Color Harmonies of #719F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F68

Black with #719F68

Text Example


Text Example

White with #719F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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