Html Css Color HEX #01755A Tropical Rain Forest

📋 copy color: '#01755A'

red 1 ◦ green 117 ◦ blue 90

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

Shades of Tropical Rain Forest #01755A

Tints of Tropical Rain Forest #01755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 0.48%
G = 56.25%
B = 43.27%

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

#01755A (or 0x01755A) is known color: Tropical Rain Forest. HEX triplet: 01, 75 and 5A. RGB value is (1,117,90). Sum of RGB (Red+Green+Blue) = 1+117+90=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #01755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01755A is #FE8AA5. Grayscale: #4F4F4F. Windows color (decimal): -16681638 or 5928193. OLE color: 5928193.

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

Color convert

RGB 1 117 90 -
CMYK 0.99 0 0.23 0.54
HSL 166.03º 0.98% 0.23% -
HSV(B) 166.03º 0.99% 0.46% -
XYZ 8.22 13.47 11.84 -
YUV 79.24 134.07 72.2 -
System Red Green Blue C M Y K H S L
Decimal 1 117 90 0.99 0 0.23 0.54 166.03 0.98 0.23
Hex 1 75 5A 63 0 17 36 A6 62 17
Octal 1 165 132 143 0 27 66 246 142 27
Binary 1 1110101 1011010 1100011 0 10111 110110 10100110 1100010 10111

Color Harmonies of #01755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01755A

Black with #01755A

Text Example


Text Example

White with #01755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01755A;
 }
 .AnyTagClassName
 {
   color: #01755A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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