Html Css Color HEX #719768 Amulet

📋 copy color: '#719768'

red 113 ◦ green 151 ◦ blue 104

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

Shades of Amulet #719768

Tints of Amulet #719768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

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

R = 30.71%
G = 41.03%
B = 28.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#719768 (or 0x719768) is known color: Amulet. HEX triplet: 71, 97 and 68. RGB value is (113,151,104). Sum of RGB (Red+Green+Blue) = 113+151+104=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #719768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719768 is #8E6897. Grayscale: #868686. Windows color (decimal): -9332888 or 6854513. OLE color: 6854513.

HSL color Cylindrical-coordinate representation of color #719768: hue angle of 108.51º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719768 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 104 -
CMYK 0.25 0 0.31 0.41
HSL 108.51º 0.18% 0.5% -
HSV(B) 108.51º 0.31% 0.59% -
XYZ 20.38 26.64 17.17 -
YUV 134.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 113 151 104 0.25 0 0.31 0.41 108.51 0.18 0.5
Hex 71 97 68 19 0 1F 29 6D 12 32
Octal 161 227 150 31 0 37 51 155 22 62
Binary 1110001 10010111 1101000 11001 0 11111 101001 1101101 10010 110010

Color Harmonies of #719768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719768

Black with #719768

Text Example


Text Example

White with #719768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719768; }

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

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

background-color css

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

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

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

border-color css

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

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

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