#75C072

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

Shades of Fern #75C072

Tints of Fern #75C072

Color information

#75C072 (or 0x75C072) is unknown color: approx Fern. HEX triplet: 75, C0 and 72. RGB value is (117,192,114). Sum of RGB (Red+Green+Blue) = 117+192+114=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #75C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C072 is #8A3F8D. Grayscale: #A0A0A0. Windows color (decimal): -9060238 or 7520373. OLE color: 7520373.

HSL color Cylindrical-coordinate representation of color #75C072: hue angle of 117.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C072 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB117192114-
CMYK0.3900.410.25
HSL117.69º38.24%60%-
HSV(B)117.69º40.62%75.29%-
XYZ29.2242.722.62-
YUV160.68101.6596.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=27.66%
G=45.39%
B=26.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921140.3900.410.25117.6938.2460
Hex75C072270291976263c
Octal16530016247051311664674
Binary11101011100000011100101001110101001110011110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,114); }

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

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

 a { background-color: rgb(117,192,114); }

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

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

 span { border-color: rgb(117,192,114); }

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