#75B46E

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

Shades of Fern #75B46E

Tints of Fern #75B46E

Color information

#75B46E (or 0x75B46E) is unknown color: approx Fern. HEX triplet: 75, B4 and 6E. RGB value is (117,180,110). Sum of RGB (Red+Green+Blue) = 117+180+110=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #75B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B46E is #8A4B91. Grayscale: #999999. Windows color (decimal): -9063314 or 7255157. OLE color: 7255157.

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

Color convert

RGB117180110-
CMYK0.3500.390.29
HSL114º31.82%56.86%-
HSV(B)114º38.89%70.59%-
XYZ26.4737.5520.6-
YUV153.18103.63102.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=28.75%
G=44.23%
B=27.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801100.3500.390.2911431.8256.86
Hex75B46E230271D722039
Octal16526415643047351624071
Binary11101011011010011011101000110100111111011110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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