#74BE75

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

Shades of Fern #74BE75

Tints of Fern #74BE75

Color information

#74BE75 (or 0x74BE75) is unknown color: approx Fern. HEX triplet: 74, BE and 75. RGB value is (116,190,117). Sum of RGB (Red+Green+Blue) = 116+190+117=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE75 is #8B418A. Grayscale: #9F9F9F. Windows color (decimal): -9126283 or 7716468. OLE color: 7716468.

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

Color convert

RGB116190117-
CMYK0.3900.380.25
HSL120.81º36.27%60%-
HSV(B)120.81º38.95%74.51%-
XYZ28.8341.8223.38-
YUV159.55103.9896.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=27.42%
G=44.92%
B=27.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901170.3900.380.25120.8136.2760
Hex74BE75270261979243c
Octal16427616547046311714474
Binary11101001011111011101011001110100110110011111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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