Html Css Color HEX #71AC68 Amulet

📋 copy color: '#71AC68'

red 113 ◦ green 172 ◦ blue 104

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

Shades of Amulet #71AC68

Tints of Amulet #71AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 29.05%
G = 44.22%
B = 26.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#71AC68 (or 0x71AC68) is known color: Amulet. HEX triplet: 71, AC and 68. RGB value is (113,172,104). Sum of RGB (Red+Green+Blue) = 113+172+104=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC68 is #8E5397. Grayscale: #929292. Windows color (decimal): -9327512 or 6859889. OLE color: 6859889.

HSL color Cylindrical-coordinate representation of color #71AC68: hue angle of 112.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AC68 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 172 104 -
CMYK 0.34 0 0.40 0.33
HSL 112.06º 0.29% 0.54% -
HSV(B) 112.06º 0.4% 0.67% -
XYZ 24.06 34.02 18.39 -
YUV 146.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 113 172 104 0.34 0 0.40 0.33 112.06 0.29 0.54
Hex 71 AC 68 22 0 28 21 70 1D 36
Octal 161 254 150 42 0 50 41 160 35 66
Binary 1110001 10101100 1101000 100010 0 101000 100001 1110000 11101 110110

Color Harmonies of #71AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC68

Black with #71AC68

Text Example


Text Example

White with #71AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,104); }

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

background-color css

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

 a { background-color: rgb(113,172,104); }

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

border-color css

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

 span { border-color: rgb(113,172,104); }

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