#017764

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

Shades of Tropical Rain Forest #017764

Tints of Tropical Rain Forest #017764

Color information

#017764 (or 0x017764) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 77 and 64. RGB value is (1,119,100). Sum of RGB (Red+Green+Blue) = 1+119+100=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #017764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017764 is #FE889B. Grayscale: #515151. Windows color (decimal): -16681116 or 6584065. OLE color: 6584065.

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

Color convert

RGB1119100-
CMYK0.9900.160.53
HSL170.34º98.33%23.53%-
HSV(B)170.34º99.16%46.67%-
XYZ8.9114.1214.31-
YUV81.55138.4170.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=0.45%
G=54.09%
B=45.45%

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
Decimal11191000.9900.160.53170.3498.3323.53
Hex177646301035aa6218
Octal11671441430206525214230
Binary111101111100100110001101000011010110101010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017764; }

 p { color: rgb(1,119,100); }

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

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

 a { background-color: rgb(1,119,100); }

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

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

 span { border-color: rgb(1,119,100); }

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