#75BB76

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

Shades of Fern #75BB76

Tints of Fern #75BB76

Color information

#75BB76 (or 0x75BB76) is unknown color: approx Fern. HEX triplet: 75, BB and 76. RGB value is (117,187,118). Sum of RGB (Red+Green+Blue) = 117+187+118=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB76 is #8A4489. Grayscale: #9E9E9E. Windows color (decimal): -9061514 or 7781237. OLE color: 7781237.

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

Color convert

RGB117187118-
CMYK0.3700.370.27
HSL120.86º33.98%59.61%-
HSV(B)120.86º37.43%73.33%-
XYZ28.3840.6323.49-
YUV158.2105.3198.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=27.73%
G=44.31%
B=27.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871180.3700.370.27120.8633.9859.61
Hex75BB76250251B79223c
Octal16527316645045331714274
Binary11101011011101111101101001010100101110111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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