#70ba7a

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

Shades of Fern #70BA7A

Tints of Fern #70BA7A

Color information

#70BA7A (or 0x70BA7A) is unknown color: approx Fern. HEX triplet: 70, BA and 7A. RGB value is (112,186,122). Sum of RGB (Red+Green+Blue) = 112+186+122=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA7A is #8F4585. Grayscale: #9C9C9C. Windows color (decimal): -9389446 or 8043120. OLE color: 8043120.

HSL color Cylindrical-coordinate representation of color #70BA7A: hue angle of 128.11º 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 #70BA7A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB112186122-
CMYK0.4000.340.27
HSL128.11º34.91%58.43%-
HSV(B)128.11º39.78%72.94%-
XYZ27.7539.9724.66-
YUV156.58108.4896.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 186 (73.05% from 255) = 44.29%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=26.67%
G=44.29%
B=29.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861220.4000.340.27128.1134.9158.43
Hex70BA7A280221B80233a
Octal16027217250042332004372
Binary111000010111010111101010100001000101101110000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ba7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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