#70B369

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

Shades of Fern #70B369

Tints of Fern #70B369

Color information

#70B369 (or 0x70B369) is unknown color: approx Fern. HEX triplet: 70, B3 and 69. RGB value is (112,179,105). Sum of RGB (Red+Green+Blue) = 112+179+105=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #70B369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B369 is #8F4C96. Grayscale: #969696. Windows color (decimal): -9391255 or 6927216. OLE color: 6927216.

HSL color Cylindrical-coordinate representation of color #70B369: hue angle of 114.32º degrees, saturation: 0.33, 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 #70B369 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB112179105-
CMYK0.3700.410.30
HSL114.32º32.74%55.69%-
HSV(B)114.32º41.34%70.2%-
XYZ25.3536.719.11-
YUV150.53102.3100.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 179 (70.31% from 255) = 45.20%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=28.28%
G=45.20%
B=26.52%

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
Decimal1121791050.3700.410.30114.3232.7455.69
Hex70B369250291E722138
Octal16026315145051361624170
Binary11100001011001111010011001010101001111101110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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