#70C377

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

Shades of Fern #70C377

Tints of Fern #70C377

Color information

#70C377 (or 0x70C377) is unknown color: approx Fern. HEX triplet: 70, C3 and 77. RGB value is (112,195,119). Sum of RGB (Red+Green+Blue) = 112+195+119=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #70C377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C377 is #8F3C88. Grayscale: #A1A1A1. Windows color (decimal): -9387145 or 7848816. OLE color: 7848816.

HSL color Cylindrical-coordinate representation of color #70C377: hue angle of 125.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C377 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB112195119-
CMYK0.4300.390.24
HSL125.06º40.89%60.2%-
HSV(B)125.06º42.56%76.47%-
XYZ29.5343.8124.35-
YUV161.5210492.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=26.29%
G=45.77%
B=27.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951190.4300.390.24125.0640.8960.2
Hex70C3772B027187d293c
Octal16030316753047301755174
Binary11100001100001111101111010110100111110001111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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