Html Css Color HEX #017A5D Tropical Rain Forest

📋 copy color: '#017A5D'

red 1 ◦ green 122 ◦ blue 93

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

Shades of Tropical Rain Forest #017A5D

Tints of Tropical Rain Forest #017A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 56.48%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 0.46%
G = 56.48%
B = 43.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#017A5D (or 0x017A5D) is known color: Tropical Rain Forest. HEX triplet: 01, 7A and 5D. RGB value is (1,122,93). Sum of RGB (Red+Green+Blue) = 1+122+93=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #017A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A5D is #FE85A2. Grayscale: #525252. Windows color (decimal): -16680355 or 6126081. OLE color: 6126081.

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

Color convert

RGB 1 122 93 -
CMYK 0.99 0 0.24 0.52
HSL 165.62º 0.98% 0.24% -
HSV(B) 165.62º 0.99% 0.48% -
XYZ 8.95 14.72 12.72 -
YUV 82.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 1 122 93 0.99 0 0.24 0.52 165.62 0.98 0.24
Hex 1 7A 5D 63 0 18 34 A6 62 18
Octal 1 172 135 143 0 30 64 246 142 30
Binary 1 1111010 1011101 1100011 0 11000 110100 10100110 1100010 11000

Color Harmonies of #017A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A5D

Black with #017A5D

Text Example


Text Example

White with #017A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,122,93); }

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

background-color css

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

 a { background-color: rgb(1,122,93); }

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

border-color css

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

 span { border-color: rgb(1,122,93); }

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