#75BB79

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

Shades of Fern #75BB79

Tints of Fern #75BB79

Color information

#75BB79 (or 0x75BB79) is unknown color: approx Fern. HEX triplet: 75, BB and 79. RGB value is (117,187,121). Sum of RGB (Red+Green+Blue) = 117+187+121=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB79 is #8A4486. Grayscale: #9E9E9E. Windows color (decimal): -9061511 or 7977845. OLE color: 7977845.

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

Color convert

RGB117187121-
CMYK0.3700.350.27
HSL123.43º33.98%59.61%-
HSV(B)123.43º37.43%73.33%-
XYZ28.5640.724.44-
YUV158.55106.8198.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=27.53%
G=44%
B=28.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871210.3700.350.27123.4333.9859.61
Hex75BB79250231B7b223c
Octal16527317145043331734274
Binary11101011011101111110011001010100011110111111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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