Html Css Color HEX #719966 Amulet

📋 copy color: '#719966'

red 113 ◦ green 153 ◦ blue 102

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

Shades of Amulet #719966

Tints of Amulet #719966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 30.71%
G = 41.58%
B = 27.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#719966 (or 0x719966) is known color: Amulet. HEX triplet: 71, 99 and 66. RGB value is (113,153,102). Sum of RGB (Red+Green+Blue) = 113+153+102=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #719966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719966 is #8E6699. Grayscale: #878787. Windows color (decimal): -9332378 or 6723953. OLE color: 6723953.

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

Color convert

RGB 113 153 102 -
CMYK 0.26 0 0.33 0.4
HSL 107.06º 0.2% 0.5% -
HSV(B) 107.06º 0.33% 0.6% -
XYZ 20.6 27.25 16.74 -
YUV 135.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 113 153 102 0.26 0 0.33 0.4 107.06 0.2 0.5
Hex 71 99 66 1A 0 21 28 6B 14 32
Octal 161 231 146 32 0 41 50 153 24 62
Binary 1110001 10011001 1100110 11010 0 100001 101000 1101011 10100 110010

Color Harmonies of #719966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719966

Black with #719966

Text Example


Text Example

White with #719966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719966; }

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

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

background-color css

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

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

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

border-color css

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

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

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