#75BF6F

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

Shades of Fern #75BF6F

Tints of Fern #75BF6F

Color information

#75BF6F (or 0x75BF6F) is unknown color: approx Fern. HEX triplet: 75, BF and 6F. RGB value is (117,191,111). Sum of RGB (Red+Green+Blue) = 117+191+111=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF6F is #8A4090. Grayscale: #A0A0A0. Windows color (decimal): -9060497 or 7323509. OLE color: 7323509.

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

Color convert

RGB117191111-
CMYK0.3900.420.25
HSL115.5º38.46%59.22%-
HSV(B)115.5º41.88%74.9%-
XYZ28.8442.1921.66-
YUV159.75100.4897.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=27.92%
G=45.58%
B=26.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911110.3900.420.25115.538.4659.22
Hex75BF6F2702A1974263b
Octal16527715747052311644673
Binary11101011011111111011111001110101010110011110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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