#72AF71

Color #72AF71 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #72AF71

Tints of Fern #72AF71

Color information

#72AF71 (or 0x72AF71) is unknown color: approx Fern. HEX triplet: 72, AF and 71. RGB value is (114,175,113). Sum of RGB (Red+Green+Blue) = 114+175+113=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF71 is #8D508E. Grayscale: #959595. Windows color (decimal): -9261199 or 7450482. OLE color: 7450482.

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

Color convert

RGB114175113-
CMYK0.3500.350.31
HSL119.03º27.93%56.47%-
HSV(B)119.03º35.43%68.63%-
XYZ25.2535.4321.13-
YUV149.69107.29102.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=28.36%
G=43.53%
B=28.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141751130.3500.350.31119.0327.9356.47
Hex72AF71230231F771c38
Octal16225716143043371673470
Binary1110010101011111110001100011010001111111111011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72AF71;
 }
 .AnyTagClassName
 {
   color: #72AF71;
 }
</style>
background-color css

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

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

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

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

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

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