#75B970

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

Shades of Fern #75B970

Tints of Fern #75B970

Color information

#75B970 (or 0x75B970) is unknown color: approx Fern. HEX triplet: 75, B9 and 70. RGB value is (117,185,112). Sum of RGB (Red+Green+Blue) = 117+185+112=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #75B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B970 is #8A468F. Grayscale: #9C9C9C. Windows color (decimal): -9062032 or 7387509. OLE color: 7387509.

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

Color convert

RGB117185112-
CMYK0.3700.390.27
HSL115.89º34.27%58.24%-
HSV(B)115.89º39.46%72.55%-
XYZ27.6139.6521.53-
YUV156.35102.9799.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=28.26%
G=44.69%
B=27.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851120.3700.390.27115.8934.2758.24
Hex75B970250271B74223a
Octal16527116045047331644272
Binary11101011011100111100001001010100111110111110100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,112); }

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

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

 a { background-color: rgb(117,185,112); }

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

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

 span { border-color: rgb(117,185,112); }

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