#73C075

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

Shades of Fern #73C075

Tints of Fern #73C075

Color information

#73C075 (or 0x73C075) is unknown color: approx Fern. HEX triplet: 73, C0 and 75. RGB value is (115,192,117). Sum of RGB (Red+Green+Blue) = 115+192+117=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #73C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C075 is #8C3F8A. Grayscale: #A0A0A0. Windows color (decimal): -9191307 or 7716979. OLE color: 7716979.

HSL color Cylindrical-coordinate representation of color #73C075: hue angle of 121.56º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C075 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB115192117-
CMYK0.4000.390.25
HSL121.56º37.93%60.2%-
HSV(B)121.56º40.1%75.29%-
XYZ29.1342.6323.52-
YUV160.43103.4995.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=27.12%
G=45.28%
B=27.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151921170.4000.390.25121.5637.9360.2
Hex73C07528027197a263c
Octal16330016550047311724674
Binary11100111100000011101011010000100111110011111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C075; }

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

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

<style>
 a { background-color: #73C075; }

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

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

<style>
 span { border-color: #73C075; }

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

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