Html Css Color HEX #017C64 Tropical Rain Forest

📋 copy color: '#017C64'

red 1 ◦ green 124 ◦ blue 100

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

Shades of Tropical Rain Forest #017C64

Tints of Tropical Rain Forest #017C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.11%

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

R = 0.44%
G = 55.11%
B = 44.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#017C64 (or 0x017C64) is known color: Tropical Rain Forest. HEX triplet: 01, 7C and 64. RGB value is (1,124,100). Sum of RGB (Red+Green+Blue) = 1+124+100=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #017C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C64 is #FE839B. Grayscale: #545454. Windows color (decimal): -16679836 or 6585345. OLE color: 6585345.

HSL color Cylindrical-coordinate representation of color #017C64: hue angle of 168.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C64 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 124 100 -
CMYK 0.99 0 0.19 0.51
HSL 168.29º 0.98% 0.25% -
HSV(B) 168.29º 0.99% 0.49% -
XYZ 9.52 15.34 14.52 -
YUV 84.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 1 124 100 0.99 0 0.19 0.51 168.29 0.98 0.25
Hex 1 7C 64 63 0 13 33 A8 62 19
Octal 1 174 144 143 0 23 63 250 142 31
Binary 1 1111100 1100100 1100011 0 10011 110011 10101000 1100010 11001

Color Harmonies of #017C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C64

Black with #017C64

Text Example


Text Example

White with #017C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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