#70BE67

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

Shades of Fern #70BE67

Tints of Fern #70BE67

Color information

#70BE67 (or 0x70BE67) is unknown color: approx Fern. HEX triplet: 70, BE and 67. RGB value is (112,190,103). Sum of RGB (Red+Green+Blue) = 112+190+103=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE67 is #8F4198. Grayscale: #9D9D9D. Windows color (decimal): -9388441 or 6798960. OLE color: 6798960.

HSL color Cylindrical-coordinate representation of color #70BE67: hue angle of 113.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70BE67 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB112190103-
CMYK0.4100.460.25
HSL113.79º40.09%57.45%-
HSV(B)113.79º45.79%74.51%-
XYZ27.5441.2519.34-
YUV156.7697.6696.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=27.65%
G=46.91%
B=25.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901030.4100.460.25113.7940.0957.45
Hex70BE672902E19722839
Octal16027614751056311625071
Binary11100001011111011001111010010101110110011110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,103); }

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

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

 a { background-color: rgb(112,190,103); }

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

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

 span { border-color: rgb(112,190,103); }

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