Html Css Color HEX #71996B Amulet

📋 copy color: '#71996B'

red 113 ◦ green 153 ◦ blue 107

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

Shades of Amulet #71996B

Tints of Amulet #71996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 30.29%
G = 41.02%
B = 28.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#71996B (or 0x71996B) is known color: Amulet. HEX triplet: 71, 99 and 6B. RGB value is (113,153,107). Sum of RGB (Red+Green+Blue) = 113+153+107=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #71996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71996B is #8E6694. Grayscale: #878787. Windows color (decimal): -9332373 or 7051633. OLE color: 7051633.

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

Color convert

RGB 113 153 107 -
CMYK 0.26 0 0.30 0.4
HSL 112.17º 0.18% 0.51% -
HSV(B) 112.17º 0.3% 0.6% -
XYZ 20.86 27.35 18.09 -
YUV 135.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 113 153 107 0.26 0 0.30 0.4 112.17 0.18 0.51
Hex 71 99 6B 1A 0 1E 28 70 12 33
Octal 161 231 153 32 0 36 50 160 22 63
Binary 1110001 10011001 1101011 11010 0 11110 101000 1110000 10010 110011

Color Harmonies of #71996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71996B

Black with #71996B

Text Example


Text Example

White with #71996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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