#75BF78

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

Shades of Fern #75BF78

Tints of Fern #75BF78

Color information

#75BF78 (or 0x75BF78) is unknown color: approx Fern. HEX triplet: 75, BF and 78. RGB value is (117,191,120). Sum of RGB (Red+Green+Blue) = 117+191+120=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF78 is #8A4087. Grayscale: #A0A0A0. Windows color (decimal): -9060488 or 7913333. OLE color: 7913333.

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

Color convert

RGB117191120-
CMYK0.3900.370.25
HSL122.43º36.63%60.39%-
HSV(B)122.43º38.74%74.9%-
XYZ29.3642.424.41-
YUV160.78104.9896.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=27.34%
G=44.63%
B=28.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911200.3900.370.25122.4336.6360.39
Hex75BF7827025197a253c
Octal16527717047045311724574
Binary11101011011111111110001001110100101110011111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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