#01765D

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

Shades of Tropical Rain Forest #01765D

Tints of Tropical Rain Forest #01765D

Color information

#01765D (or 0x01765D) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 76 and 5D. RGB value is (1,118,93). Sum of RGB (Red+Green+Blue) = 1+118+93=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #01765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01765D is #FE89A2. Grayscale: #505050. Windows color (decimal): -16681379 or 6125057. OLE color: 6125057.

HSL color Cylindrical-coordinate representation of color #01765D: hue angle of 167.18º 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 #01765D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB111893-
CMYK0.9900.210.54
HSL167.18º98.32%23.33%-
HSV(B)167.18º99.15%46.27%-
XYZ8.4713.7512.56-
YUV80.17135.2471.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=0.47%
G=55.66%
B=43.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118930.9900.210.54167.1898.3223.33
Hex1765D6301536a76217
Octal11661351430256624714227
Binary111101101011101110001101010111011010100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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