#70C077

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

Shades of Fern #70C077

Tints of Fern #70C077

Color information

#70C077 (or 0x70C077) is unknown color: approx Fern. HEX triplet: 70, C0 and 77. RGB value is (112,192,119). Sum of RGB (Red+Green+Blue) = 112+192+119=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #70C077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C077 is #8F3F88. Grayscale: #9F9F9F. Windows color (decimal): -9387913 or 7848048. OLE color: 7848048.

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

Color convert

RGB112192119-
CMYK0.4200.380.25
HSL125.25º38.83%59.61%-
HSV(B)125.25º41.67%75.29%-
XYZ28.8642.4824.13-
YUV159.7610593.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=26.48%
G=45.39%
B=28.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121921190.4200.380.25125.2538.8359.61
Hex70C0772A026197d273c
Octal16030016752046311754774
Binary11100001100000011101111010100100110110011111101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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