Html Css Color HEX #017B64 Tropical Rain Forest

📋 copy color: '#017B64'

red 1 ◦ green 123 ◦ blue 100

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

Shades of Tropical Rain Forest #017B64

Tints of Tropical Rain Forest #017B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.91%

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

R = 0.45%
G = 54.91%
B = 44.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#017B64 (or 0x017B64) is known color: Tropical Rain Forest. HEX triplet: 01, 7B and 64. RGB value is (1,123,100). Sum of RGB (Red+Green+Blue) = 1+123+100=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #017B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017B64 is #FE849B. Grayscale: #535353. Windows color (decimal): -16680092 or 6585089. OLE color: 6585089.

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

Color convert

RGB 1 123 100 -
CMYK 0.99 0 0.19 0.52
HSL 168.69º 0.98% 0.24% -
HSV(B) 168.69º 0.99% 0.48% -
XYZ 9.4 15.09 14.47 -
YUV 83.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 1 123 100 0.99 0 0.19 0.52 168.69 0.98 0.24
Hex 1 7B 64 63 0 13 34 A9 62 18
Octal 1 173 144 143 0 23 64 251 142 30
Binary 1 1111011 1100100 1100011 0 10011 110100 10101001 1100010 11000

Color Harmonies of #017B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B64

Black with #017B64

Text Example


Text Example

White with #017B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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