Html Css Color HEX #72AD71 Fern

📋 copy color: '#72AD71'

red 114 ◦ green 173 ◦ blue 113

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

Shades of Fern #72AD71

Tints of Fern #72AD71

RGB

 RED value IS 114 (44.92% from 255) = 28.5%

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 28.5%
G = 43.25%
B = 28.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#72AD71 (or 0x72AD71) is known color: Fern. HEX triplet: 72, AD and 71. RGB value is (114,173,113). Sum of RGB (Red+Green+Blue) = 114+173+113=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD71 is #8D528E. Grayscale: #949494. Windows color (decimal): -9261711 or 7449970. OLE color: 7449970.

HSL color Cylindrical-coordinate representation of color #72AD71: hue angle of 119º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AD71 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 173 113 -
CMYK 0.34 0 0.35 0.32
HSL 119º 0.27% 0.56% -
HSV(B) 119º 0.35% 0.68% -
XYZ 24.86 34.66 21 -
YUV 148.52 107.95 103.38 -
System Red Green Blue C M Y K H S L
Decimal 114 173 113 0.34 0 0.35 0.32 119 0.27 0.56
Hex 72 AD 71 22 0 23 20 77 1B 38
Octal 162 255 161 42 0 43 40 167 33 70
Binary 1110010 10101101 1110001 100010 0 100011 100000 1110111 11011 111000

Color Harmonies of #72AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD71

Black with #72AD71

Text Example


Text Example

White with #72AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AD71; }

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

 H1.HeaderClassName
 {
   color: #72AD71;
 }
 .AnyTagClassName
 {
   color: #72AD71;
 }
</style>

background-color css

<style>
 a { background-color: #72AD71; }

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

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

border-color css

<style>
 span { border-color: #72AD71; }

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

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