#70B36A

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

Shades of Fern #70B36A

Tints of Fern #70B36A

Color information

#70B36A (or 0x70B36A) is unknown color: approx Fern. HEX triplet: 70, B3 and 6A. RGB value is (112,179,106). Sum of RGB (Red+Green+Blue) = 112+179+106=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #70B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B36A is #8F4C95. Grayscale: #969696. Windows color (decimal): -9391254 or 6992752. OLE color: 6992752.

HSL color Cylindrical-coordinate representation of color #70B36A: hue angle of 115.07º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70B36A is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB112179106-
CMYK0.3700.410.30
HSL115.07º32.44%55.88%-
HSV(B)115.07º40.78%70.2%-
XYZ25.436.7319.39-
YUV150.64102.8100.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=28.21%
G=45.09%
B=26.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791060.3700.410.30115.0732.4455.88
Hex70B36A250291E732038
Octal16026315245051361634070
Binary11100001011001111010101001010101001111101110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,106); }

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

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

 a { background-color: rgb(112,179,106); }

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

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

 span { border-color: rgb(112,179,106); }

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