Html Css Color HEX #017164 Tropical Rain Forest

📋 copy color: '#017164'

red 1 ◦ green 113 ◦ blue 100

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

Shades of Tropical Rain Forest #017164

Tints of Tropical Rain Forest #017164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 100 (39.45% from 255) = 46.73%

R = 0.47%
G = 52.8%
B = 46.73%

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

#017164 (or 0x017164) is known color: Tropical Rain Forest. HEX triplet: 01, 71 and 64. RGB value is (1,113,100). Sum of RGB (Red+Green+Blue) = 1+113+100=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #017164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017164 is #FE8E9B. Grayscale: #4D4D4D. Windows color (decimal): -16682652 or 6582529. OLE color: 6582529.

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

Color convert

RGB 1 113 100 -
CMYK 0.99 0 0.12 0.56
HSL 173.04º 0.98% 0.22% -
HSV(B) 173.04º 0.99% 0.44% -
XYZ 8.22 12.74 14.08 -
YUV 78.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 1 113 100 0.99 0 0.12 0.56 173.04 0.98 0.22
Hex 1 71 64 63 0 C 38 AD 62 16
Octal 1 161 144 143 0 14 70 255 142 26
Binary 1 1110001 1100100 1100011 0 1100 111000 10101101 1100010 10110

Color Harmonies of #017164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017164

Black with #017164

Text Example


Text Example

White with #017164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017164; }

 p { color: rgb(1,113,100); }

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

background-color css

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

 a { background-color: rgb(1,113,100); }

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

border-color css

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

 span { border-color: rgb(1,113,100); }

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