Html Css Color HEX #71AA72 Fern

📋 copy color: '#71AA72'

red 113 ◦ green 170 ◦ blue 114

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

Shades of Fern #71AA72

Tints of Fern #71AA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 28.46%
G = 42.82%
B = 28.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#71AA72 (or 0x71AA72) is known color: Fern. HEX triplet: 71, AA and 72. RGB value is (113,170,114). Sum of RGB (Red+Green+Blue) = 113+170+114=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA72 is #8E558D. Grayscale: #929292. Windows color (decimal): -9328014 or 7514737. OLE color: 7514737.

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

Color convert

RGB 113 170 114 -
CMYK 0.34 0 0.33 0.33
HSL 121.05º 0.25% 0.55% -
HSV(B) 121.05º 0.34% 0.67% -
XYZ 24.22 33.48 21.1 -
YUV 146.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 113 170 114 0.34 0 0.33 0.33 121.05 0.25 0.55
Hex 71 AA 72 22 0 21 21 79 19 37
Octal 161 252 162 42 0 41 41 171 31 67
Binary 1110001 10101010 1110010 100010 0 100001 100001 1111001 11001 110111

Color Harmonies of #71AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA72

Black with #71AA72

Text Example


Text Example

White with #71AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,170,114); }

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

background-color css

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

 a { background-color: rgb(113,170,114); }

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

border-color css

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

 span { border-color: rgb(113,170,114); }

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