Html Css Color HEX #017B60 Tropical Rain Forest

📋 copy color: '#017B60'

red 1 ◦ green 123 ◦ blue 96

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

Shades of Tropical Rain Forest #017B60

Tints of Tropical Rain Forest #017B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 0.45%
G = 55.91%
B = 43.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#017B60 (or 0x017B60) is known color: Tropical Rain Forest. HEX triplet: 01, 7B and 60. RGB value is (1,123,96). Sum of RGB (Red+Green+Blue) = 1+123+96=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #017B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017B60 is #FE849F. Grayscale: #535353. Windows color (decimal): -16680096 or 6322945. OLE color: 6322945.

HSL color Cylindrical-coordinate representation of color #017B60: hue angle of 166.72º 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 #017B60 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 123 96 -
CMYK 0.99 0 0.22 0.52
HSL 166.72º 0.98% 0.24% -
HSV(B) 166.72º 0.99% 0.48% -
XYZ 9.21 15.02 13.48 -
YUV 83.44 135.08 69.2 -
System Red Green Blue C M Y K H S L
Decimal 1 123 96 0.99 0 0.22 0.52 166.72 0.98 0.24
Hex 1 7B 60 63 0 16 34 A7 62 18
Octal 1 173 140 143 0 26 64 247 142 30
Binary 1 1111011 1100000 1100011 0 10110 110100 10100111 1100010 11000

Color Harmonies of #017B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B60

Black with #017B60

Text Example


Text Example

White with #017B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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