Html Css Color HEX #017063 Tropical Rain Forest

📋 copy color: '#017063'

red 1 ◦ green 112 ◦ blue 99

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

Shades of Tropical Rain Forest #017063

Tints of Tropical Rain Forest #017063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 0.47%
G = 52.83%
B = 46.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#017063 (or 0x017063) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 63. RGB value is (1,112,99). Sum of RGB (Red+Green+Blue) = 1+112+99=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #017063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017063 is #FE8F9C. Grayscale: #4D4D4D. Windows color (decimal): -16682909 or 6516737. OLE color: 6516737.

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

Color convert

RGB 1 112 99 -
CMYK 0.99 0 0.12 0.56
HSL 172.97º 0.98% 0.22% -
HSV(B) 172.97º 0.99% 0.44% -
XYZ 8.06 12.5 13.79 -
YUV 77.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 1 112 99 0.99 0 0.12 0.56 172.97 0.98 0.22
Hex 1 70 63 63 0 C 38 AD 62 16
Octal 1 160 143 143 0 14 70 255 142 26
Binary 1 1110000 1100011 1100011 0 1100 111000 10101101 1100010 10110

Color Harmonies of #017063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017063

Black with #017063

Text Example


Text Example

White with #017063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017063; }

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

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

background-color css

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

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

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

border-color css

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

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

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