Html Css Color HEX #71996D Amulet

📋 copy color: '#71996D'

red 113 ◦ green 153 ◦ blue 109

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

Shades of Amulet #71996D

Tints of Amulet #71996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 30.13%
G = 40.8%
B = 29.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#71996D (or 0x71996D) is known color: Amulet. HEX triplet: 71, 99 and 6D. RGB value is (113,153,109). Sum of RGB (Red+Green+Blue) = 113+153+109=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #71996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71996D is #8E6692. Grayscale: #888888. Windows color (decimal): -9332371 or 7182705. OLE color: 7182705.

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

Color convert

RGB 113 153 109 -
CMYK 0.26 0 0.29 0.4
HSL 114.55º 0.18% 0.51% -
HSV(B) 114.55º 0.29% 0.6% -
XYZ 20.96 27.4 18.65 -
YUV 136.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 113 153 109 0.26 0 0.29 0.4 114.55 0.18 0.51
Hex 71 99 6D 1A 0 1D 28 73 12 33
Octal 161 231 155 32 0 35 50 163 22 63
Binary 1110001 10011001 1101101 11010 0 11101 101000 1110011 10010 110011

Color Harmonies of #71996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71996D

Black with #71996D

Text Example


Text Example

White with #71996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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