#75B46F

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

Shades of Fern #75B46F

Tints of Fern #75B46F

Color information

#75B46F (or 0x75B46F) is unknown color: approx Fern. HEX triplet: 75, B4 and 6F. RGB value is (117,180,111). Sum of RGB (Red+Green+Blue) = 117+180+111=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #75B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B46F is #8A4B90. Grayscale: #999999. Windows color (decimal): -9063313 or 7320693. OLE color: 7320693.

HSL color Cylindrical-coordinate representation of color #75B46F: hue angle of 114.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75B46F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB117180111-
CMYK0.3500.380.29
HSL114.78º31.51%57.06%-
HSV(B)114.78º38.33%70.59%-
XYZ26.5337.5720.89-
YUV153.3104.13102.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=28.68%
G=44.12%
B=27.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801110.3500.380.29114.7831.5157.06
Hex75B46F230261D732039
Octal16526415743046351634071
Binary11101011011010011011111000110100110111011110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,180,111); }

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

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

 a { background-color: rgb(117,180,111); }

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

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

 span { border-color: rgb(117,180,111); }

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