#70B773

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

Shades of Fern #70B773

Tints of Fern #70B773

Color information

#70B773 (or 0x70B773) is unknown color: approx Fern. HEX triplet: 70, B7 and 73. RGB value is (112,183,115). Sum of RGB (Red+Green+Blue) = 112+183+115=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #70B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B773 is #8F488C. Grayscale: #9A9A9A. Windows color (decimal): -9390221 or 7583600. OLE color: 7583600.

HSL color Cylindrical-coordinate representation of color #70B773: hue angle of 122.54º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B773 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB112183115-
CMYK0.3900.370.28
HSL122.54º33.02%57.84%-
HSV(B)122.54º38.8%71.76%-
XYZ26.7138.5522.25-
YUV154.02105.9898.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=27.32%
G=44.63%
B=28.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831150.3900.370.28122.5433.0257.84
Hex70B773270251C7b213a
Octal16026716347045341734172
Binary11100001011011111100111001110100101111001111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70B773; }

 p { color: rgb(112,183,115); }

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

<style>
 a { background-color: #70B773; }

 a { background-color: rgb(112,183,115); }

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

<style>
 span { border-color: #70B773; }

 span { border-color: rgb(112,183,115); }

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