Html Css Color HEX #017061 Tropical Rain Forest

📋 copy color: '#017061'

red 1 ◦ green 112 ◦ blue 97

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

Shades of Tropical Rain Forest #017061

Tints of Tropical Rain Forest #017061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 0.48%
G = 53.33%
B = 46.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#017061 (or 0x017061) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 61. RGB value is (1,112,97). Sum of RGB (Red+Green+Blue) = 1+112+97=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #017061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017061 is #FE8F9E. Grayscale: #4D4D4D. Windows color (decimal): -16682911 or 6385665. OLE color: 6385665.

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

Color convert

RGB 1 112 97 -
CMYK 0.99 0 0.13 0.56
HSL 171.89º 0.98% 0.22% -
HSV(B) 171.89º 0.99% 0.44% -
XYZ 7.96 12.46 13.29 -
YUV 77.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 1 112 97 0.99 0 0.13 0.56 171.89 0.98 0.22
Hex 1 70 61 63 0 D 38 AC 62 16
Octal 1 160 141 143 0 15 70 254 142 26
Binary 1 1110000 1100001 1100011 0 1101 111000 10101100 1100010 10110

Color Harmonies of #017061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017061

Black with #017061

Text Example


Text Example

White with #017061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017061; }

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

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

background-color css

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

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

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

border-color css

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

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

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