#75BC78

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

Shades of Fern #75BC78

Tints of Fern #75BC78

Color information

#75BC78 (or 0x75BC78) is unknown color: approx Fern. HEX triplet: 75, BC and 78. RGB value is (117,188,120). Sum of RGB (Red+Green+Blue) = 117+188+120=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC78 is #8A4387. Grayscale: #9F9F9F. Windows color (decimal): -9061256 or 7912565. OLE color: 7912565.

HSL color Cylindrical-coordinate representation of color #75BC78: hue angle of 122.54º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC78 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB117188120-
CMYK0.3800.360.26
HSL122.54º34.63%59.8%-
HSV(B)122.54º37.77%73.73%-
XYZ28.7141.124.19-
YUV159.02105.9898.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=27.53%
G=44.24%
B=28.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881200.3800.360.26122.5434.6359.8
Hex75BC78260241A7b233c
Octal16527417046044321734374
Binary11101011011110011110001001100100100110101111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,120); }

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

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

 a { background-color: rgb(117,188,120); }

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

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

 span { border-color: rgb(117,188,120); }

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