#74C075

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

Shades of Fern #74C075

Tints of Fern #74C075

Color information

#74C075 (or 0x74C075) is unknown color: approx Fern. HEX triplet: 74, C0 and 75. RGB value is (116,192,117). Sum of RGB (Red+Green+Blue) = 116+192+117=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #74C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C075 is #8B3F8A. Grayscale: #A0A0A0. Windows color (decimal): -9125771 or 7716980. OLE color: 7716980.

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

Color convert

RGB116192117-
CMYK0.4000.390.25
HSL120.79º37.62%60.39%-
HSV(B)120.79º39.58%75.29%-
XYZ29.2642.723.53-
YUV160.73103.3296.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=27.29%
G=45.18%
B=27.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921170.4000.390.25120.7937.6260.39
Hex74C075280271979263c
Octal16430016550047311714674
Binary11101001100000011101011010000100111110011111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C075; }

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

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

<style>
 a { background-color: #74C075; }

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

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

<style>
 span { border-color: #74C075; }

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

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