#75BD7B

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

Shades of Fern #75BD7B

Tints of Fern #75BD7B

Color information

#75BD7B (or 0x75BD7B) is unknown color: approx Fern. HEX triplet: 75, BD and 7B. RGB value is (117,189,123). Sum of RGB (Red+Green+Blue) = 117+189+123=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD7B is #8A4284. Grayscale: #A0A0A0. Windows color (decimal): -9060997 or 8109429. OLE color: 8109429.

HSL color Cylindrical-coordinate representation of color #75BD7B: hue angle of 125º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BD7B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB117189123-
CMYK0.3800.350.26
HSL125º35.29%60%-
HSV(B)125º38.1%74.12%-
XYZ29.1141.6125.24-
YUV159.95107.1597.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=27.27%
G=44.06%
B=28.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171891230.3800.350.2612535.2960
Hex75BD7B260231A7d233c
Octal16527517346043321754374
Binary11101011011110111110111001100100011110101111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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