Html Css Color HEX #01765D Tropical Rain Forest

📋 copy color: '#01765D'

red 1 ◦ green 118 ◦ blue 93

#01765D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #01765D

Tints of Tropical Rain Forest #01765D

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 value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#01765D (or 0x01765D) is known color: 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

RGB 1 118 93 -
CMYK 0.99 0 0.21 0.54
HSL 167.18º 0.98% 0.23% -
HSV(B) 167.18º 0.99% 0.46% -
XYZ 8.47 13.75 12.56 -
YUV 80.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 1 118 93 0.99 0 0.21 0.54 167.18 0.98 0.23
Hex 1 76 5D 63 0 15 36 A7 62 17
Octal 1 166 135 143 0 25 66 247 142 27
Binary 1 1110110 1011101 1100011 0 10101 110110 10100111 1100010 10111

Color Harmonies of #01765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01765D

Black with #01765D

Text Example


Text Example

White with #01765D

Text Example


Text Example

HTML Codes & Css Web 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>