#75AE72

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

Shades of Fern #75AE72

Tints of Fern #75AE72

Color information

#75AE72 (or 0x75AE72) is unknown color: approx Fern. HEX triplet: 75, AE and 72. RGB value is (117,174,114). Sum of RGB (Red+Green+Blue) = 117+174+114=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE72 is #8A518D. Grayscale: #969696. Windows color (decimal): -9064846 or 7515765. OLE color: 7515765.

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

Color convert

RGB117174114-
CMYK0.3300.340.32
HSL117º27.03%56.47%-
HSV(B)117º34.48%68.24%-
XYZ25.5135.2721.38-
YUV150.12107.62104.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=28.89%
G=42.96%
B=28.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741140.3300.340.3211727.0356.47
Hex75AE722102220751b38
Octal16525616241042401653370
Binary11101011010111011100101000010100010100000111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AE72; }

 p { color: rgb(117,174,114); }

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

<style>
 a { background-color: #75AE72; }

 a { background-color: rgb(117,174,114); }

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

<style>
 span { border-color: #75AE72; }

 span { border-color: rgb(117,174,114); }

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