Html Css Color HEX #016E5F Tropical Rain Forest

📋 copy color: '#016E5F'

red 1 ◦ green 110 ◦ blue 95

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

Shades of Tropical Rain Forest #016E5F

Tints of Tropical Rain Forest #016E5F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.4%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 0.49%
G = 53.4%
B = 46.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#016E5F (or 0x016E5F) is known color: Tropical Rain Forest. HEX triplet: 01, 6E and 5F. RGB value is (1,110,95). Sum of RGB (Red+Green+Blue) = 1+110+95=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #016E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E5F is #FE91A0. Grayscale: #4B4B4B. Windows color (decimal): -16683425 or 6254081. OLE color: 6254081.

HSL color Cylindrical-coordinate representation of color #016E5F: hue angle of 171.74º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E5F is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 110 95 -
CMYK 0.99 0 0.14 0.57
HSL 171.74º 0.98% 0.22% -
HSV(B) 171.74º 0.99% 0.43% -
XYZ 7.65 11.98 12.74 -
YUV 75.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 1 110 95 0.99 0 0.14 0.57 171.74 0.98 0.22
Hex 1 6E 5F 63 0 E 39 AC 62 16
Octal 1 156 137 143 0 16 71 254 142 26
Binary 1 1101110 1011111 1100011 0 1110 111001 10101100 1100010 10110

Color Harmonies of #016E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E5F

Black with #016E5F

Text Example


Text Example

White with #016E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E5F; }

 p { color: rgb(1,110,95); }

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

background-color css

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

 a { background-color: rgb(1,110,95); }

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

border-color css

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

 span { border-color: rgb(1,110,95); }

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