Html Css Color HEX #719A65 Amulet

📋 copy color: '#719A65'

red 113 ◦ green 154 ◦ blue 101

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

Shades of Amulet #719A65

Tints of Amulet #719A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 30.71%
G = 41.85%
B = 27.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#719A65 (or 0x719A65) is known color: Amulet. HEX triplet: 71, 9A and 65. RGB value is (113,154,101). Sum of RGB (Red+Green+Blue) = 113+154+101=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #719A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A65 is #8E659A. Grayscale: #878787. Windows color (decimal): -9332123 or 6658673. OLE color: 6658673.

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

Color convert

RGB 113 154 101 -
CMYK 0.27 0 0.34 0.40
HSL 106.42º 0.21% 0.5% -
HSV(B) 106.42º 0.34% 0.6% -
XYZ 20.71 27.56 16.54 -
YUV 135.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 113 154 101 0.27 0 0.34 0.40 106.42 0.21 0.5
Hex 71 9A 65 1B 0 22 28 6A 15 32
Octal 161 232 145 33 0 42 50 152 25 62
Binary 1110001 10011010 1100101 11011 0 100010 101000 1101010 10101 110010

Color Harmonies of #719A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A65

Black with #719A65

Text Example


Text Example

White with #719A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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