Html Css Color HEX #01705E Tropical Rain Forest

📋 copy color: '#01705E'

red 1 ◦ green 112 ◦ blue 94

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

Shades of Tropical Rain Forest #01705E

Tints of Tropical Rain Forest #01705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 0.48%
G = 54.11%
B = 45.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#01705E (or 0x01705E) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 5E. RGB value is (1,112,94). Sum of RGB (Red+Green+Blue) = 1+112+94=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #01705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01705E is #FE8FA1. Grayscale: #4C4C4C. Windows color (decimal): -16682914 or 6189057. OLE color: 6189057.

HSL color Cylindrical-coordinate representation of color #01705E: hue angle of 170.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01705E is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 94 -
CMYK 0.99 0 0.16 0.56
HSL 170.27º 0.98% 0.22% -
HSV(B) 170.27º 0.99% 0.44% -
XYZ 7.83 12.4 12.57 -
YUV 76.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 1 112 94 0.99 0 0.16 0.56 170.27 0.98 0.22
Hex 1 70 5E 63 0 10 38 AA 62 16
Octal 1 160 136 143 0 20 70 252 142 26
Binary 1 1110000 1011110 1100011 0 10000 111000 10101010 1100010 10110

Color Harmonies of #01705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01705E

Black with #01705E

Text Example


Text Example

White with #01705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01705E; }

 p { color: rgb(1,112,94); }

 H1.HeaderClassName
 {
   color: #01705E;
 }
 .AnyTagClassName
 {
   color: #01705E;
 }
</style>

background-color css

<style>
 a { background-color: #01705E; }

 a { background-color: rgb(1,112,94); }

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

border-color css

<style>
 span { border-color: #01705E; }

 span { border-color: rgb(1,112,94); }

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