#70B765

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

Shades of Fern #70B765

Tints of Fern #70B765

Color information

#70B765 (or 0x70B765) is unknown color: approx Fern. HEX triplet: 70, B7 and 65. RGB value is (112,183,101). Sum of RGB (Red+Green+Blue) = 112+183+101=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #70B765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B765 is #8F489A. Grayscale: #989898. Windows color (decimal): -9390235 or 6666096. OLE color: 6666096.

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

Color convert

RGB112183101-
CMYK0.3900.450.28
HSL111.95º36.28%55.69%-
HSV(B)111.95º44.81%71.76%-
XYZ25.9638.2518.33-
YUV152.4298.9899.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 183 (71.88% from 255) = 46.21%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=28.28%
G=46.21%
B=25.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831010.3900.450.28111.9536.2855.69
Hex70B7652702D1C702438
Octal16026714547055341604470
Binary11100001011011111001011001110101101111001110000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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