#74B570

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

Shades of Fern #74B570

Tints of Fern #74B570

Color information

#74B570 (or 0x74B570) is unknown color: approx Fern. HEX triplet: 74, B5 and 70. RGB value is (116,181,112). Sum of RGB (Red+Green+Blue) = 116+181+112=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #74B570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B570 is #8B4A8F. Grayscale: #999999. Windows color (decimal): -9128592 or 7386484. OLE color: 7386484.

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

Color convert

RGB116181112-
CMYK0.3600.380.29
HSL116.52º31.8%57.45%-
HSV(B)116.52º38.12%70.98%-
XYZ26.6537.9321.25-
YUV153.7104.47101.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 181 (71.09% from 255) = 44.25%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=28.36%
G=44.25%
B=27.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161811120.3600.380.29116.5231.857.45
Hex74B570240261D752039
Octal16426516044046351654071
Binary11101001011010111100001001000100110111011110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,112); }

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

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

 a { background-color: rgb(116,181,112); }

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

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

 span { border-color: rgb(116,181,112); }

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