#70BB6F

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

Shades of Fern #70BB6F

Tints of Fern #70BB6F

Color information

#70BB6F (or 0x70BB6F) is unknown color: approx Fern. HEX triplet: 70, BB and 6F. RGB value is (112,187,111). Sum of RGB (Red+Green+Blue) = 112+187+111=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB6F is #8F4490. Grayscale: #9C9C9C. Windows color (decimal): -9389201 or 7322480. OLE color: 7322480.

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

Color convert

RGB112187111-
CMYK0.4000.410.27
HSL119.21º35.85%58.43%-
HSV(B)119.21º40.64%73.33%-
XYZ27.3240.1321.35-
YUV155.91102.6596.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=27.32%
G=45.61%
B=27.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121871110.4000.410.27119.2135.8558.43
Hex70BB6F280291B77243a
Octal16027315750051331674472
Binary11100001011101111011111010000101001110111110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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