Html Css Color HEX #71B065 Amulet

📋 copy color: '#71B065'

red 113 ◦ green 176 ◦ blue 101

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

Shades of Amulet #71B065

Tints of Amulet #71B065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 28.97%
G = 45.13%
B = 25.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#71B065 (or 0x71B065) is known color: Amulet. HEX triplet: 71, B0 and 65. RGB value is (113,176,101). Sum of RGB (Red+Green+Blue) = 113+176+101=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #71B065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B065 is #8E4F9A. Grayscale: #949494. Windows color (decimal): -9326491 or 6664305. OLE color: 6664305.

HSL color Cylindrical-coordinate representation of color #71B065: hue angle of 110.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71B065 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 176 101 -
CMYK 0.36 0 0.43 0.31
HSL 110.4º 0.32% 0.54% -
HSV(B) 110.4º 0.43% 0.69% -
XYZ 24.68 35.5 17.86 -
YUV 148.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 113 176 101 0.36 0 0.43 0.31 110.4 0.32 0.54
Hex 71 B0 65 24 0 2B 1F 6E 20 36
Octal 161 260 145 44 0 53 37 156 40 66
Binary 1110001 10110000 1100101 100100 0 101011 11111 1101110 100000 110110

Color Harmonies of #71B065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B065

Black with #71B065

Text Example


Text Example

White with #71B065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B065; }

 p { color: rgb(113,176,101); }

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

background-color css

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

 a { background-color: rgb(113,176,101); }

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

border-color css

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

 span { border-color: rgb(113,176,101); }

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