Html Css Color HEX #719A69 Amulet

📋 copy color: '#719A69'

red 113 ◦ green 154 ◦ blue 105

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

Shades of Amulet #719A69

Tints of Amulet #719A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.4%

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

R = 30.38%
G = 41.4%
B = 28.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#719A69 (or 0x719A69) is known color: Amulet. HEX triplet: 71, 9A and 69. RGB value is (113,154,105). Sum of RGB (Red+Green+Blue) = 113+154+105=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #719A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A69 is #8E6596. Grayscale: #888888. Windows color (decimal): -9332119 or 6920817. OLE color: 6920817.

HSL color Cylindrical-coordinate representation of color #719A69: hue angle of 110.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719A69 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 154 105 -
CMYK 0.27 0 0.32 0.40
HSL 110.2º 0.2% 0.51% -
HSV(B) 110.2º 0.32% 0.6% -
XYZ 20.92 27.64 17.6 -
YUV 136.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 113 154 105 0.27 0 0.32 0.40 110.2 0.2 0.51
Hex 71 9A 69 1B 0 20 28 6E 14 33
Octal 161 232 151 33 0 40 50 156 24 63
Binary 1110001 10011010 1101001 11011 0 100000 101000 1101110 10100 110011

Color Harmonies of #719A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A69

Black with #719A69

Text Example


Text Example

White with #719A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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