#75BF79

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

Shades of Fern #75BF79

Tints of Fern #75BF79

Color information

#75BF79 (or 0x75BF79) is unknown color: approx Fern. HEX triplet: 75, BF and 79. RGB value is (117,191,121). Sum of RGB (Red+Green+Blue) = 117+191+121=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF79 is #8A4086. Grayscale: #A1A1A1. Windows color (decimal): -9060487 or 7978869. OLE color: 7978869.

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

Color convert

RGB117191121-
CMYK0.3900.370.25
HSL123.24º36.63%60.39%-
HSV(B)123.24º38.74%74.9%-
XYZ29.4242.4224.73-
YUV160.89105.4896.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=27.27%
G=44.52%
B=28.21%

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
Decimal1171911210.3900.370.25123.2436.6360.39
Hex75BF7927025197b253c
Octal16527717147045311734574
Binary11101011011111111110011001110100101110011111011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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