#75B474

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

Shades of Fern #75B474

Tints of Fern #75B474

Color information

#75B474 (or 0x75B474) is unknown color: approx Fern. HEX triplet: 75, B4 and 74. RGB value is (117,180,116). Sum of RGB (Red+Green+Blue) = 117+180+116=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #75B474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B474 is #8A4B8B. Grayscale: #9A9A9A. Windows color (decimal): -9063308 or 7648373. OLE color: 7648373.

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

Color convert

RGB117180116-
CMYK0.3500.360.29
HSL119.06º29.91%58.04%-
HSV(B)119.06º35.56%70.59%-
XYZ26.8137.6922.38-
YUV153.87106.63101.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=28.33%
G=43.58%
B=28.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801160.3500.360.29119.0629.9158.04
Hex75B474230241D771e3a
Octal16526416443044351673672
Binary1110101101101001110100100011010010011101111011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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