#75B472

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

Shades of Fern #75B472

Tints of Fern #75B472

Color information

#75B472 (or 0x75B472) is unknown color: approx Fern. HEX triplet: 75, B4 and 72. RGB value is (117,180,114). Sum of RGB (Red+Green+Blue) = 117+180+114=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #75B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B472 is #8A4B8D. Grayscale: #999999. Windows color (decimal): -9063310 or 7517301. OLE color: 7517301.

HSL color Cylindrical-coordinate representation of color #75B472: hue angle of 117.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B472 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB117180114-
CMYK0.3500.370.29
HSL117.27º30.56%57.65%-
HSV(B)117.27º36.67%70.59%-
XYZ26.6937.6421.78-
YUV153.64105.63101.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=28.47%
G=43.80%
B=27.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801140.3500.370.29117.2730.5657.65
Hex75B472230251D751f3a
Octal16526416243045351653772
Binary1110101101101001110010100011010010111101111010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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