#75B273

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

Shades of Fern #75B273

Tints of Fern #75B273

Color information

#75B273 (or 0x75B273) is unknown color: approx Fern. HEX triplet: 75, B2 and 73. RGB value is (117,178,115). Sum of RGB (Red+Green+Blue) = 117+178+115=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #75B273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B273 is #8A4D8C. Grayscale: #989898. Windows color (decimal): -9063821 or 7582325. OLE color: 7582325.

HSL color Cylindrical-coordinate representation of color #75B273: hue angle of 118.1º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B273 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB117178115-
CMYK0.3400.350.30
HSL118.1º29.03%57.45%-
HSV(B)118.1º35.39%69.8%-
XYZ26.3536.8621.95-
YUV152.58106.79102.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=28.54%
G=43.41%
B=28.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171781150.3400.350.30118.129.0357.45
Hex75B273220231E761d39
Octal16526216342043361663571
Binary1110101101100101110011100010010001111110111011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,115); }

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

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

 a { background-color: rgb(117,178,115); }

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

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

 span { border-color: rgb(117,178,115); }

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