#70BB74

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

Shades of Fern #70BB74

Tints of Fern #70BB74

Color information

#70BB74 (or 0x70BB74) is unknown color: approx Fern. HEX triplet: 70, BB and 74. RGB value is (112,187,116). Sum of RGB (Red+Green+Blue) = 112+187+116=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB74 is #8F448B. Grayscale: #9C9C9C. Windows color (decimal): -9389196 or 7650160. OLE color: 7650160.

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

Color convert

RGB112187116-
CMYK0.4000.380.27
HSL123.2º35.55%58.63%-
HSV(B)123.2º40.11%73.33%-
XYZ27.640.2522.84-
YUV156.48105.1596.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=26.99%
G=45.06%
B=27.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121871160.4000.380.27123.235.5558.63
Hex70BB74280261B7b243b
Octal16027316450046331734473
Binary11100001011101111101001010000100110110111111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,187,116); }

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

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

 a { background-color: rgb(112,187,116); }

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

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

 span { border-color: rgb(112,187,116); }

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