Html Css Color HEX #71976B Amulet

📋 copy color: '#71976B'

red 113 ◦ green 151 ◦ blue 107

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

Shades of Amulet #71976B

Tints of Amulet #71976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 30.46%
G = 40.7%
B = 28.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#71976B (or 0x71976B) is known color: Amulet. HEX triplet: 71, 97 and 6B. RGB value is (113,151,107). Sum of RGB (Red+Green+Blue) = 113+151+107=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #71976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71976B is #8E6894. Grayscale: #868686. Windows color (decimal): -9332885 or 7051121. OLE color: 7051121.

HSL color Cylindrical-coordinate representation of color #71976B: hue angle of 111.82º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71976B is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 107 -
CMYK 0.25 0 0.29 0.41
HSL 111.82º 0.17% 0.51% -
HSV(B) 111.82º 0.29% 0.59% -
XYZ 20.53 26.71 17.98 -
YUV 134.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 113 151 107 0.25 0 0.29 0.41 111.82 0.17 0.51
Hex 71 97 6B 19 0 1D 29 70 11 33
Octal 161 227 153 31 0 35 51 160 21 63
Binary 1110001 10010111 1101011 11001 0 11101 101001 1110000 10001 110011

Color Harmonies of #71976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71976B

Black with #71976B

Text Example


Text Example

White with #71976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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