#70B767

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

Shades of Fern #70B767

Tints of Fern #70B767

Color information

#70B767 (or 0x70B767) is unknown color: approx Fern. HEX triplet: 70, B7 and 67. RGB value is (112,183,103). Sum of RGB (Red+Green+Blue) = 112+183+103=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #70B767 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B767 is #8F4898. Grayscale: #989898. Windows color (decimal): -9390233 or 6797168. OLE color: 6797168.

HSL color Cylindrical-coordinate representation of color #70B767: hue angle of 113.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B767 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB112183103-
CMYK0.3900.440.28
HSL113.25º35.71%56.08%-
HSV(B)113.25º43.72%71.76%-
XYZ26.0638.2918.85-
YUV152.6599.9899-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=28.14%
G=45.98%
B=25.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831030.3900.440.28113.2535.7156.08
Hex70B7672702C1C712438
Octal16026714747054341614470
Binary11100001011011111001111001110101100111001110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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