#70C777

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

Shades of Fern #70C777

Tints of Fern #70C777

Color information

#70C777 (or 0x70C777) is unknown color: approx Fern. HEX triplet: 70, C7 and 77. RGB value is (112,199,119). Sum of RGB (Red+Green+Blue) = 112+199+119=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #70C777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C777 is #8F3888. Grayscale: #A4A4A4. Windows color (decimal): -9386121 or 7849840. OLE color: 7849840.

HSL color Cylindrical-coordinate representation of color #70C777: hue angle of 124.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C777 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB112199119-
CMYK0.4400.400.22
HSL124.83º43.72%60.98%-
HSV(B)124.83º43.72%78.04%-
XYZ30.4445.6224.65-
YUV163.87102.6891-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=26.05%
G=46.28%
B=27.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121991190.4400.400.22124.8343.7260.98
Hex70C7772C028167d2c3d
Octal16030716754050261755475
Binary11100001100011111101111011000101000101101111101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,199,119); }

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

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

 a { background-color: rgb(112,199,119); }

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

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

 span { border-color: rgb(112,199,119); }

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