Html Css Color HEX #71B064 Amulet

📋 copy color: '#71B064'

red 113 ◦ green 176 ◦ blue 100

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

Shades of Amulet #71B064

Tints of Amulet #71B064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 29.05%
G = 45.24%
B = 25.71%

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

#71B064 (or 0x71B064) is known color: Amulet. HEX triplet: 71, B0 and 64. RGB value is (113,176,100). Sum of RGB (Red+Green+Blue) = 113+176+100=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #71B064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B064 is #8E4F9B. Grayscale: #949494. Windows color (decimal): -9326492 or 6598769. OLE color: 6598769.

HSL color Cylindrical-coordinate representation of color #71B064: hue angle of 109.74º 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 #71B064 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 176 100 -
CMYK 0.36 0 0.43 0.31
HSL 109.74º 0.32% 0.54% -
HSV(B) 109.74º 0.43% 0.69% -
XYZ 24.64 35.48 17.61 -
YUV 148.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 113 176 100 0.36 0 0.43 0.31 109.74 0.32 0.54
Hex 71 B0 64 24 0 2B 1F 6E 20 36
Octal 161 260 144 44 0 53 37 156 40 66
Binary 1110001 10110000 1100100 100100 0 101011 11111 1101110 100000 110110

Color Harmonies of #71B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B064

Black with #71B064

Text Example


Text Example

White with #71B064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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