Html Css Color HEX #01765C Tropical Rain Forest

📋 copy color: '#01765C'

red 1 ◦ green 118 ◦ blue 92

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

Shades of Tropical Rain Forest #01765C

Tints of Tropical Rain Forest #01765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 0.47%
G = 55.92%
B = 43.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#01765C (or 0x01765C) is known color: Tropical Rain Forest. HEX triplet: 01, 76 and 5C. RGB value is (1,118,92). Sum of RGB (Red+Green+Blue) = 1+118+92=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #01765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01765C is #FE89A3. Grayscale: #505050. Windows color (decimal): -16681380 or 6059521. OLE color: 6059521.

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

Color convert

RGB 1 118 92 -
CMYK 0.99 0 0.22 0.54
HSL 166.67º 0.98% 0.23% -
HSV(B) 166.67º 0.99% 0.46% -
XYZ 8.42 13.74 12.33 -
YUV 80.05 134.74 71.61 -
System Red Green Blue C M Y K H S L
Decimal 1 118 92 0.99 0 0.22 0.54 166.67 0.98 0.23
Hex 1 76 5C 63 0 16 36 A7 62 17
Octal 1 166 134 143 0 26 66 247 142 27
Binary 1 1110110 1011100 1100011 0 10110 110110 10100111 1100010 10111

Color Harmonies of #01765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01765C

Black with #01765C

Text Example


Text Example

White with #01765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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