#75C073

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

Shades of Fern #75C073

Tints of Fern #75C073

Color information

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

HSL color Cylindrical-coordinate representation of color #75C073: hue angle of 118.44º 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 #75C073 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB117192115-
CMYK0.3900.400.25
HSL118.44º37.93%60.2%-
HSV(B)118.44º40.1%75.29%-
XYZ29.2842.7222.92-
YUV160.8102.1596.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921150.3900.400.25118.4437.9360.2
Hex75C073270281976263c
Octal16530016347050311664674
Binary11101011100000011100111001110101000110011110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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