#75BB7D

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

Shades of Fern #75BB7D

Tints of Fern #75BB7D

Color information

#75BB7D (or 0x75BB7D) is unknown color: approx Fern. HEX triplet: 75, BB and 7D. RGB value is (117,187,125). Sum of RGB (Red+Green+Blue) = 117+187+125=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB7D is #8A4482. Grayscale: #9F9F9F. Windows color (decimal): -9061507 or 8239989. OLE color: 8239989.

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

Color convert

RGB117187125-
CMYK0.3700.330.27
HSL126.86º33.98%59.61%-
HSV(B)126.86º37.43%73.33%-
XYZ28.8140.825.76-
YUV159108.8198.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=27.27%
G=43.59%
B=29.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871250.3700.330.27126.8633.9859.61
Hex75BB7D250211B7f223c
Octal16527317545041331774274
Binary11101011011101111111011001010100001110111111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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