Html Css Color HEX #01705A Tropical Rain Forest

📋 copy color: '#01705A'

red 1 ◦ green 112 ◦ blue 90

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

Shades of Tropical Rain Forest #01705A

Tints of Tropical Rain Forest #01705A

RGB

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

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

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

R = 0.49%
G = 55.17%
B = 44.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#01705A (or 0x01705A) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 5A. RGB value is (1,112,90). Sum of RGB (Red+Green+Blue) = 1+112+90=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #01705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01705A is #FE8FA5. Grayscale: #4C4C4C. Windows color (decimal): -16682918 or 5926913. OLE color: 5926913.

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

Color convert

RGB 1 112 90 -
CMYK 0.99 0 0.20 0.56
HSL 168.11º 0.98% 0.22% -
HSV(B) 168.11º 0.99% 0.44% -
XYZ 7.65 12.33 11.65 -
YUV 76.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 1 112 90 0.99 0 0.20 0.56 168.11 0.98 0.22
Hex 1 70 5A 63 0 14 38 A8 62 16
Octal 1 160 132 143 0 24 70 250 142 26
Binary 1 1110000 1011010 1100011 0 10100 111000 10101000 1100010 10110

Color Harmonies of #01705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01705A

Black with #01705A

Text Example


Text Example

White with #01705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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