#75BB6F

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

Shades of Fern #75BB6F

Tints of Fern #75BB6F

Color information

#75BB6F (or 0x75BB6F) is unknown color: approx Fern. HEX triplet: 75, BB and 6F. RGB value is (117,187,111). Sum of RGB (Red+Green+Blue) = 117+187+111=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB6F is #8A4490. Grayscale: #9D9D9D. Windows color (decimal): -9061521 or 7322485. OLE color: 7322485.

HSL color Cylindrical-coordinate representation of color #75BB6F: hue angle of 115.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75BB6F is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB117187111-
CMYK0.3700.410.27
HSL115.26º35.85%58.43%-
HSV(B)115.26º40.64%73.33%-
XYZ27.9840.4721.38-
YUV157.41101.8199.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=28.19%
G=45.06%
B=26.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871110.3700.410.27115.2635.8558.43
Hex75BB6F250291B73243a
Octal16527315745051331634472
Binary11101011011101111011111001010101001110111110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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