Html Css Color HEX #72B071 Fern

📋 copy color: '#72B071'

red 114 ◦ green 176 ◦ blue 113

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

Shades of Fern #72B071

Tints of Fern #72B071

RGB

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

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

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

R = 28.29%
G = 43.67%
B = 28.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#72B071 (or 0x72B071) is known color: Fern. HEX triplet: 72, B0 and 71. RGB value is (114,176,113). Sum of RGB (Red+Green+Blue) = 114+176+113=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #72B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B071 is #8D4F8E. Grayscale: #969696. Windows color (decimal): -9260943 or 7450738. OLE color: 7450738.

HSL color Cylindrical-coordinate representation of color #72B071: hue angle of 119.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B071 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 176 113 -
CMYK 0.35 0 0.36 0.31
HSL 119.05º 0.29% 0.57% -
HSV(B) 119.05º 0.36% 0.69% -
XYZ 25.45 35.82 21.2 -
YUV 150.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 114 176 113 0.35 0 0.36 0.31 119.05 0.29 0.57
Hex 72 B0 71 23 0 24 1F 77 1D 39
Octal 162 260 161 43 0 44 37 167 35 71
Binary 1110010 10110000 1110001 100011 0 100100 11111 1110111 11101 111001

Color Harmonies of #72B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B071

Black with #72B071

Text Example


Text Example

White with #72B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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