Html Css Color HEX #017064 Tropical Rain Forest

📋 copy color: '#017064'

red 1 ◦ green 112 ◦ blue 100

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

Shades of Tropical Rain Forest #017064

Tints of Tropical Rain Forest #017064

RGB

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

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

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

R = 0.47%
G = 52.58%
B = 46.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#017064 (or 0x017064) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 64. RGB value is (1,112,100). Sum of RGB (Red+Green+Blue) = 1+112+100=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #017064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017064 is #FE8F9B. Grayscale: #4D4D4D. Windows color (decimal): -16682908 or 6582273. OLE color: 6582273.

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

Color convert

RGB 1 112 100 -
CMYK 0.99 0 0.11 0.56
HSL 173.51º 0.98% 0.22% -
HSV(B) 173.51º 0.99% 0.44% -
XYZ 8.11 12.51 14.04 -
YUV 77.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 1 112 100 0.99 0 0.11 0.56 173.51 0.98 0.22
Hex 1 70 64 63 0 B 38 AE 62 16
Octal 1 160 144 143 0 13 70 256 142 26
Binary 1 1110000 1100100 1100011 0 1011 111000 10101110 1100010 10110

Color Harmonies of #017064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017064

Black with #017064

Text Example


Text Example

White with #017064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017064; }

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

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

background-color css

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

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

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

border-color css

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

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

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