Html Css Color HEX #719669 Amulet

📋 copy color: '#719669'

red 113 ◦ green 150 ◦ blue 105

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

Shades of Amulet #719669

Tints of Amulet #719669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

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

R = 30.71%
G = 40.76%
B = 28.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#719669 (or 0x719669) is known color: Amulet. HEX triplet: 71, 96 and 69. RGB value is (113,150,105). Sum of RGB (Red+Green+Blue) = 113+150+105=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #719669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719669 is #8E6996. Grayscale: #858585. Windows color (decimal): -9333143 or 6919793. OLE color: 6919793.

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

Color convert

RGB 113 150 105 -
CMYK 0.25 0 0.30 0.41
HSL 109.33º 0.18% 0.5% -
HSV(B) 109.33º 0.3% 0.59% -
XYZ 20.27 26.34 17.38 -
YUV 133.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 113 150 105 0.25 0 0.30 0.41 109.33 0.18 0.5
Hex 71 96 69 19 0 1E 29 6D 12 32
Octal 161 226 151 31 0 36 51 155 22 62
Binary 1110001 10010110 1101001 11001 0 11110 101001 1101101 10010 110010

Color Harmonies of #719669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719669

Black with #719669

Text Example


Text Example

White with #719669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719669; }

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

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

background-color css

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

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

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

border-color css

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

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

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