Html Css Color HEX #719969 Amulet

📋 copy color: '#719969'

red 113 ◦ green 153 ◦ blue 105

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

Shades of Amulet #719969

Tints of Amulet #719969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

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

R = 30.46%
G = 41.24%
B = 28.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#719969 (or 0x719969) is known color: Amulet. HEX triplet: 71, 99 and 69. RGB value is (113,153,105). Sum of RGB (Red+Green+Blue) = 113+153+105=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #719969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719969 is #8E6696. Grayscale: #878787. Windows color (decimal): -9332375 or 6920561. OLE color: 6920561.

HSL color Cylindrical-coordinate representation of color #719969: hue angle of 110º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719969 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 105 -
CMYK 0.26 0 0.31 0.4
HSL 110º 0.19% 0.51% -
HSV(B) 110º 0.31% 0.6% -
XYZ 20.75 27.31 17.54 -
YUV 135.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 113 153 105 0.26 0 0.31 0.4 110 0.19 0.51
Hex 71 99 69 1A 0 1F 28 6E 13 33
Octal 161 231 151 32 0 37 50 156 23 63
Binary 1110001 10011001 1101001 11010 0 11111 101000 1101110 10011 110011

Color Harmonies of #719969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719969

Black with #719969

Text Example


Text Example

White with #719969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719969; }

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

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

background-color css

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

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

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

border-color css

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

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

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