#75BA7B

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

Shades of Fern #75BA7B

Tints of Fern #75BA7B

Color information

#75BA7B (or 0x75BA7B) is unknown color: approx Fern. HEX triplet: 75, BA and 7B. RGB value is (117,186,123). Sum of RGB (Red+Green+Blue) = 117+186+123=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA7B is #8A4584. Grayscale: #9E9E9E. Windows color (decimal): -9061765 or 8108661. OLE color: 8108661.

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

Color convert

RGB117186123-
CMYK0.3700.340.27
HSL125.22º33.33%59.41%-
HSV(B)125.22º37.1%72.94%-
XYZ28.4740.3325.02-
YUV158.19108.1498.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=27.46%
G=43.66%
B=28.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861230.3700.340.27125.2233.3359.41
Hex75BA7B250221B7d213b
Octal16527217345042331754173
Binary11101011011101011110111001010100010110111111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,123); }

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

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

 a { background-color: rgb(117,186,123); }

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

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

 span { border-color: rgb(117,186,123); }

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