#75C074

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

Shades of Fern #75C074

Tints of Fern #75C074

Color information

#75C074 (or 0x75C074) is unknown color: approx Fern. HEX triplet: 75, C0 and 74. RGB value is (117,192,116). Sum of RGB (Red+Green+Blue) = 117+192+116=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #75C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C074 is #8A3F8B. Grayscale: #A1A1A1. Windows color (decimal): -9060236 or 7651445. OLE color: 7651445.

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

Color convert

RGB117192116-
CMYK0.3900.400.25
HSL119.21º37.62%60.39%-
HSV(B)119.21º39.58%75.29%-
XYZ29.3442.7423.23-
YUV160.91102.6596.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=27.53%
G=45.18%
B=27.29%

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
Decimal1171921160.3900.400.25119.2137.6260.39
Hex75C074270281977263c
Octal16530016447050311674674
Binary11101011100000011101001001110101000110011110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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