#017960

Color #017960 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #017960

Tints of Tropical Rain Forest #017960

Color information

#017960 (or 0x017960) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 79 and 60. RGB value is (1,121,96). Sum of RGB (Red+Green+Blue) = 1+121+96=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #017960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017960 is #FE869F. Grayscale: #525252. Windows color (decimal): -16680608 or 6322433. OLE color: 6322433.

HSL color Cylindrical-coordinate representation of color #017960: hue angle of 167.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017960 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB112196-
CMYK0.9900.210.53
HSL167.5º98.36%23.92%-
HSV(B)167.5º99.17%47.45%-
XYZ8.9614.5313.4-
YUV82.27135.7470.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=0.46%
G=55.50%
B=44.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121960.9900.210.53167.598.3623.92
Hex179606301535a86218
Octal11711401430256525014230
Binary111110011100000110001101010111010110101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017960; }

 p { color: rgb(1,121,96); }

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

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

 a { background-color: rgb(1,121,96); }

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

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

 span { border-color: rgb(1,121,96); }

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