#75BD76

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

Shades of Fern #75BD76

Tints of Fern #75BD76

Color information

#75BD76 (or 0x75BD76) is unknown color: approx Fern. HEX triplet: 75, BD and 76. RGB value is (117,189,118). Sum of RGB (Red+Green+Blue) = 117+189+118=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD76 is #8A4289. Grayscale: #9F9F9F. Windows color (decimal): -9061002 or 7781749. OLE color: 7781749.

HSL color Cylindrical-coordinate representation of color #75BD76: hue angle of 120.83º 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 #75BD76 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB117189118-
CMYK0.3800.380.26
HSL120.83º35.29%60%-
HSV(B)120.83º38.1%74.12%-
XYZ28.841.4923.63-
YUV159.38104.6597.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=27.59%
G=44.58%
B=27.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171891180.3800.380.26120.8335.2960
Hex75BD76260261A79233c
Octal16527516646046321714374
Binary11101011011110111101101001100100110110101111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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