#70BA75

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

Shades of Fern #70BA75

Tints of Fern #70BA75

Color information

#70BA75 (or 0x70BA75) is unknown color: approx Fern. HEX triplet: 70, BA and 75. RGB value is (112,186,117). Sum of RGB (Red+Green+Blue) = 112+186+117=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA75 is #8F458A. Grayscale: #9C9C9C. Windows color (decimal): -9389451 or 7715440. OLE color: 7715440.

HSL color Cylindrical-coordinate representation of color #70BA75: hue angle of 124.05º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA75 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB112186117-
CMYK0.4000.370.27
HSL124.05º34.91%58.43%-
HSV(B)124.05º39.78%72.94%-
XYZ27.4539.8523.07-
YUV156.01105.9896.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=26.99%
G=44.82%
B=28.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861170.4000.370.27124.0534.9158.43
Hex70BA75280251B7c233a
Octal16027216550045331744372
Binary11100001011101011101011010000100101110111111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,117); }

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

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

 a { background-color: rgb(112,186,117); }

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

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

 span { border-color: rgb(112,186,117); }

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