#70B76E

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

Shades of Fern #70B76E

Tints of Fern #70B76E

Color information

#70B76E (or 0x70B76E) is unknown color: approx Fern. HEX triplet: 70, B7 and 6E. RGB value is (112,183,110). Sum of RGB (Red+Green+Blue) = 112+183+110=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #70B76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B76E is #8F4891. Grayscale: #999999. Windows color (decimal): -9390226 or 7255920. OLE color: 7255920.

HSL color Cylindrical-coordinate representation of color #70B76E: hue angle of 118.36º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B76E is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB112183110-
CMYK0.3900.400.28
HSL118.36º33.64%57.45%-
HSV(B)118.36º39.89%71.76%-
XYZ26.4338.4420.78-
YUV153.45103.4898.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 183 (71.88% from 255) = 45.19%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=27.65%
G=45.19%
B=27.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831100.3900.400.28118.3633.6457.45
Hex70B76E270281C762239
Octal16026715647050341664271
Binary11100001011011111011101001110101000111001110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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