#017966

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

Shades of Tropical Rain Forest #017966

Tints of Tropical Rain Forest #017966

Color information

#017966 (or 0x017966) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 79 and 66. RGB value is (1,121,102). Sum of RGB (Red+Green+Blue) = 1+121+102=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #017966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017966 is #FE8699. Grayscale: #525252. Windows color (decimal): -16680602 or 6715649. OLE color: 6715649.

HSL color Cylindrical-coordinate representation of color #017966: hue angle of 170.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 #017966 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB1121102-
CMYK0.9900.160.53
HSL170.5º98.36%23.92%-
HSV(B)170.5º99.17%47.45%-
XYZ9.2514.6414.91-
YUV82.95138.7469.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=0.45%
G=54.02%
B=45.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11211020.9900.160.53170.598.3623.92
Hex179666301035aa6218
Octal11711461430206525214230
Binary111110011100110110001101000011010110101010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017966; }

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

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

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

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

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

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

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

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