Html Css Color HEX #01765B Tropical Rain Forest

📋 copy color: '#01765B'

red 1 ◦ green 118 ◦ blue 91

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

Shades of Tropical Rain Forest #01765B

Tints of Tropical Rain Forest #01765B

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 118 (46.48% from 255) = 56.19%

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 0.48%
G = 56.19%
B = 43.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#01765B (or 0x01765B) is known color: Tropical Rain Forest. HEX triplet: 01, 76 and 5B. RGB value is (1,118,91). Sum of RGB (Red+Green+Blue) = 1+118+91=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #01765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01765B is #FE89A4. Grayscale: #4F4F4F. Windows color (decimal): -16681381 or 5993985. OLE color: 5993985.

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

Color convert

RGB 1 118 91 -
CMYK 0.99 0 0.23 0.54
HSL 166.15º 0.98% 0.23% -
HSV(B) 166.15º 0.99% 0.46% -
XYZ 8.38 13.72 12.1 -
YUV 79.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 1 118 91 0.99 0 0.23 0.54 166.15 0.98 0.23
Hex 1 76 5B 63 0 17 36 A6 62 17
Octal 1 166 133 143 0 27 66 246 142 27
Binary 1 1110110 1011011 1100011 0 10111 110110 10100110 1100010 10111

Color Harmonies of #01765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01765B

Black with #01765B

Text Example


Text Example

White with #01765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01765B;
 }
 .AnyTagClassName
 {
   color: #01765B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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