#01765A

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

Shades of Tropical Rain Forest #01765A

Tints of Tropical Rain Forest #01765A

Color information

#01765A (or 0x01765A) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 76 and 5A. RGB value is (1,118,90). Sum of RGB (Red+Green+Blue) = 1+118+90=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #01765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01765A is #FE89A5. Grayscale: #4F4F4F. Windows color (decimal): -16681382 or 5928449. OLE color: 5928449.

HSL color Cylindrical-coordinate representation of color #01765A: hue angle of 165.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01765A is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB111890-
CMYK0.9900.240.54
HSL165.64º98.32%23.33%-
HSV(B)165.64º99.15%46.27%-
XYZ8.3413.711.88-
YUV79.82133.7471.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=0.48%
G=56.46%
B=43.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118900.9900.240.54165.6498.3223.33
Hex1765A6301836a66217
Octal11661321430306624614227
Binary111101101011010110001101100011011010100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01765A; }

 p { color: rgb(1,118,90); }

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

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

 a { background-color: rgb(1,118,90); }

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

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

 span { border-color: rgb(1,118,90); }

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